#BB87BA

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

Shades of London Hue #BB87BA

Tints of London Hue #BB87BA

Color information

#BB87BA (or 0xBB87BA) is unknown color: approx London Hue. HEX triplet: BB, 87 and BA. RGB value is (187,135,186). Sum of RGB (Red+Green+Blue) = 187+135+186=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87BA is #447845. Grayscale: #9C9C9C. Windows color (decimal): -4487238 or 12224443. OLE color: 12224443.

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

Color convert

RGB187135186-
CMYK00.280.010.27
HSL301.15º27.66%63.14%-
HSV(B)301.15º27.81%73.33%-
XYZ38.0231.4450.52-
YUV156.36144.73149.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=36.81%
G=26.57%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713518600.280.010.27301.1527.6663.14
HexBB87BA01C11B12d1c3f
Octal2732072720341334553477
Binary10111011100001111011101001110011101110010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87BA; }

 p { color: rgb(187,135,186); }

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

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

 a { background-color: rgb(187,135,186); }

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

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

 span { border-color: rgb(187,135,186); }

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