#B788AA

Color #B788AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B788AA

Tints of London Hue #B788AA

Color information

#B788AA (or 0xB788AA) is unknown color: approx London Hue. HEX triplet: B7, 88 and AA. RGB value is (183,136,170). Sum of RGB (Red+Green+Blue) = 183+136+170=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B788AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788AA is #487755. Grayscale: #999999. Windows color (decimal): -4749142 or 11176119. OLE color: 11176119.

HSL color Cylindrical-coordinate representation of color #B788AA: hue angle of 316.6º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B788AA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183136170-
CMYK00.260.070.28
HSL316.6º24.61%62.55%-
HSV(B)316.6º25.68%71.76%-
XYZ35.5930.5842.06-
YUV153.93137.07148.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=37.42%
G=27.81%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313617000.260.070.28316.624.6162.55
HexB788AA01A71C13d193f
Octal2672102520327344753177
Binary1011011110001000101010100110101111110010011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788AA; }

 p { color: rgb(183,136,170); }

 H1.HeaderClassName
 {
   color: #B788AA;
 }
 .AnyTagClassName
 {
   color: #B788AA;
 }
</style>
background-color css

<style>
 a { background-color: #B788AA; }

 a { background-color: rgb(183,136,170); }

 div.DivClassName
 {
   background-color: #B788AA;
 }
 .BgClassName
 {
   background-color: #B788AA;
 }
</style>
border-color css

<style>
 span { border-color: #B788AA; }

 span { border-color: rgb(183,136,170); }

 td.TdClassName
 {
   border-color: #B788AA;
 }
 .TagClassName
 {
   border-color: #B788AA;
 }
</style>