#BB87AF

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

Shades of London Hue #BB87AF

Tints of London Hue #BB87AF

Color information

#BB87AF (or 0xBB87AF) is unknown color: approx London Hue. HEX triplet: BB, 87 and AF. RGB value is (187,135,175). Sum of RGB (Red+Green+Blue) = 187+135+175=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87AF is #447850. Grayscale: #9B9B9B. Windows color (decimal): -4487249 or 11503547. OLE color: 11503547.

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

Color convert

RGB187135175-
CMYK00.280.060.27
HSL313.85º27.66%63.14%-
HSV(B)313.85º27.81%73.33%-
XYZ36.930.9944.59-
YUV155.11139.23150.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=37.63%
G=27.16%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713517500.280.060.27313.8527.6663.14
HexBB87AF01C61B13a1c3f
Octal2732072570346334723477
Binary1011101110000111101011110111001101101110011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87AF; }

 p { color: rgb(187,135,175); }

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

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

 a { background-color: rgb(187,135,175); }

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

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

 span { border-color: rgb(187,135,175); }

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