#BB86AA

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

Shades of London Hue #BB86AA

Tints of London Hue #BB86AA

Color information

#BB86AA (or 0xBB86AA) is unknown color: approx London Hue. HEX triplet: BB, 86 and AA. RGB value is (187,134,170). Sum of RGB (Red+Green+Blue) = 187+134+170=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB86AA is #447955. Grayscale: #999999. Windows color (decimal): -4487510 or 11175611. OLE color: 11175611.

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

Color convert

RGB187134170-
CMYK00.280.090.27
HSL319.25º28.04%62.94%-
HSV(B)319.25º28.34%73.33%-
XYZ36.2730.5242.01-
YUV153.95137.06151.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=38.09%
G=27.29%
B=34.62%

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
Decimal18713417000.280.090.27319.2528.0462.94
HexBB86AA01C91B13f1c3f
Octal27320625203411334773477
Binary10111011100001101010101001110010011101110011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86AA; }

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

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

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

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

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

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

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

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