#BB85AD

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

Shades of London Hue #BB85AD

Tints of London Hue #BB85AD

Color information

#BB85AD (or 0xBB85AD) is unknown color: approx London Hue. HEX triplet: BB, 85 and AD. RGB value is (187,133,173). Sum of RGB (Red+Green+Blue) = 187+133+173=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB85AD is #447A52. Grayscale: #999999. Windows color (decimal): -4487763 or 11371963. OLE color: 11371963.

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

Color convert

RGB187133173-
CMYK00.290.070.27
HSL315.56º28.42%62.75%-
HSV(B)315.56º28.88%73.33%-
XYZ36.4230.3643.47-
YUV153.71138.89151.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=37.93%
G=26.98%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713317300.290.070.27315.5628.4262.75
HexBB85AD01D71B13c1c3f
Octal2732052550357334743477
Binary1011101110000101101011010111011111101110011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85AD; }

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

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

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

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

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

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

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

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