#BB87BE

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

Shades of London Hue #BB87BE

Tints of London Hue #BB87BE

Color information

#BB87BE (or 0xBB87BE) is unknown color: approx London Hue. HEX triplet: BB, 87 and BE. RGB value is (187,135,190). Sum of RGB (Red+Green+Blue) = 187+135+190=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87BE is #447841. Grayscale: #9C9C9C. Windows color (decimal): -4487234 or 12486587. OLE color: 12486587.

HSL color Cylindrical-coordinate representation of color #BB87BE: hue angle of 296.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB87BE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187135190-
CMYK0.020.2900.25
HSL296.73º29.73%63.73%-
HSV(B)296.73º28.95%74.51%-
XYZ38.4531.6152.79-
YUV156.82146.73149.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=36.52%
G=26.37%
B=37.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871351900.020.2900.25296.7329.7363.73
HexBB87BE21D0191291e40
Octal27320727623503145136100
Binary1011101110000111101111101011101011001100101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87BE; }

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

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

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

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

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

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

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

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