#BB87AB

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

Shades of London Hue #BB87AB

Tints of London Hue #BB87AB

Color information

#BB87AB (or 0xBB87AB) is unknown color: approx London Hue. HEX triplet: BB, 87 and AB. RGB value is (187,135,171). Sum of RGB (Red+Green+Blue) = 187+135+171=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87AB is #447854. Grayscale: #9A9A9A. Windows color (decimal): -4487253 or 11241403. OLE color: 11241403.

HSL color Cylindrical-coordinate representation of color #BB87AB: hue angle of 318.46º 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 #BB87AB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187135171-
CMYK00.280.090.27
HSL318.46º27.66%63.14%-
HSV(B)318.46º27.81%73.33%-
XYZ36.5130.8342.56-
YUV154.65137.23151.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=37.93%
G=27.38%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713517100.280.090.27318.4627.6663.14
HexBB87AB01C91B13e1c3f
Octal27320725303411334763477
Binary10111011100001111010101101110010011101110011111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87AB; }

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

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

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

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

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

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

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

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