#BB85AE

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

Shades of London Hue #BB85AE

Tints of London Hue #BB85AE

Color information

#BB85AE (or 0xBB85AE) is unknown color: approx London Hue. HEX triplet: BB, 85 and AE. RGB value is (187,133,174). Sum of RGB (Red+Green+Blue) = 187+133+174=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB85AE is #447A51. Grayscale: #999999. Windows color (decimal): -4487762 or 11437499. OLE color: 11437499.

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

Color convert

RGB187133174-
CMYK00.290.070.27
HSL314.44º28.42%62.75%-
HSV(B)314.44º28.88%73.33%-
XYZ36.5230.443.99-
YUV153.82139.39151.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=37.85%
G=26.92%
B=35.22%

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
Decimal18713317400.290.070.27314.4428.4262.75
HexBB85AE01D71B13a1c3f
Octal2732052560357334723477
Binary1011101110000101101011100111011111101110011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85AE; }

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

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

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

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

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

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

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

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