#BB87BC

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

Shades of London Hue #BB87BC

Tints of London Hue #BB87BC

Color information

#BB87BC (or 0xBB87BC) is unknown color: approx London Hue. HEX triplet: BB, 87 and BC. RGB value is (187,135,188). Sum of RGB (Red+Green+Blue) = 187+135+188=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87BC is #447843. Grayscale: #9C9C9C. Windows color (decimal): -4487236 or 12355515. OLE color: 12355515.

HSL color Cylindrical-coordinate representation of color #BB87BC: hue angle of 298.87º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB87BC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187135188-
CMYK0.010.2800.26
HSL298.87º28.34%63.33%-
HSV(B)298.87º28.19%73.73%-
XYZ38.2331.5251.65-
YUV156.59145.73149.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=36.67%
G=26.47%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871351880.010.2800.26298.8728.3463.33
HexBB87BC11C01A12b1c3f
Octal2732072741340324533477
Binary10111011100001111011110011110001101010010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87BC; }

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

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

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

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

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

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

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

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