#BB87AA

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

Shades of London Hue #BB87AA

Tints of London Hue #BB87AA

Color information

#BB87AA (or 0xBB87AA) is unknown color: approx London Hue. HEX triplet: BB, 87 and AA. RGB value is (187,135,170). Sum of RGB (Red+Green+Blue) = 187+135+170=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87AA is #447855. Grayscale: #9A9A9A. Windows color (decimal): -4487254 or 11175867. OLE color: 11175867.

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

Color convert

RGB187135170-
CMYK00.280.090.27
HSL319.62º27.66%63.14%-
HSV(B)319.62º27.81%73.33%-
XYZ36.4130.842.06-
YUV154.54136.73151.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=38.01%
G=27.44%
B=34.55%

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
Decimal18713517000.280.090.27319.6227.6663.14
HexBB87AA01C91B1401c3f
Octal27320725203411335003477
Binary10111011100001111010101001110010011101110100000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87AA; }

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

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

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

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

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

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

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

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