#B788BA

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

Shades of London Hue #B788BA

Tints of London Hue #B788BA

Color information

#B788BA (or 0xB788BA) is unknown color: approx London Hue. HEX triplet: B7, 88 and BA. RGB value is (183,136,186). Sum of RGB (Red+Green+Blue) = 183+136+186=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B788BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788BA is #487745. Grayscale: #9B9B9B. Windows color (decimal): -4749126 or 12224695. OLE color: 12224695.

HSL color Cylindrical-coordinate representation of color #B788BA: hue angle of 296.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B788BA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183136186-
CMYK0.020.2700.27
HSL296.4º26.6%63.14%-
HSV(B)296.4º26.88%72.94%-
XYZ37.231.2250.52-
YUV155.75145.07147.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=36.24%
G=26.93%
B=36.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831361860.020.2700.27296.426.663.14
HexB788BA21B01B1281b3f
Octal2672102722330334503377
Binary101101111000100010111010101101101101110010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788BA; }

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

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

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

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

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

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

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

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