#BB86AE

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

Shades of London Hue #BB86AE

Tints of London Hue #BB86AE

Color information

#BB86AE (or 0xBB86AE) is unknown color: approx London Hue. HEX triplet: BB, 86 and AE. RGB value is (187,134,174). Sum of RGB (Red+Green+Blue) = 187+134+174=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB86AE is #447951. Grayscale: #9A9A9A. Windows color (decimal): -4487506 or 11437755. OLE color: 11437755.

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

Color convert

RGB187134174-
CMYK00.280.070.27
HSL314.72º28.04%62.94%-
HSV(B)314.72º28.34%73.33%-
XYZ36.6630.6744.03-
YUV154.41139.06151.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=37.78%
G=27.07%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713417400.280.070.27314.7228.0462.94
HexBB86AE01C71B13b1c3f
Octal2732062560347334733477
Binary1011101110000110101011100111001111101110011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86AE; }

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

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

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

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

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

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

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

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