#BB85AB

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

Shades of London Hue #BB85AB

Tints of London Hue #BB85AB

Color information

#BB85AB (or 0xBB85AB) is unknown color: approx London Hue. HEX triplet: BB, 85 and AB. RGB value is (187,133,171). Sum of RGB (Red+Green+Blue) = 187+133+171=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB85AB is #447A54. Grayscale: #999999. Windows color (decimal): -4487765 or 11240891. OLE color: 11240891.

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

Color convert

RGB187133171-
CMYK00.290.090.27
HSL317.78º28.42%62.75%-
HSV(B)317.78º28.88%73.33%-
XYZ36.2330.2842.46-
YUV153.48137.89151.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=38.09%
G=27.09%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713317100.290.090.27317.7828.4262.75
HexBB85AB01D91B13e1c3f
Octal27320525303511334763477
Binary10111011100001011010101101110110011101110011111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85AB; }

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

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

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

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

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

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

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

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