#BB86BD

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

Shades of London Hue #BB86BD

Tints of London Hue #BB86BD

Color information

#BB86BD (or 0xBB86BD) is unknown color: approx London Hue. HEX triplet: BB, 86 and BD. RGB value is (187,134,189). Sum of RGB (Red+Green+Blue) = 187+134+189=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BD is #447942. Grayscale: #9B9B9B. Windows color (decimal): -4487491 or 12420795. OLE color: 12420795.

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

Color convert

RGB187134189-
CMYK0.010.2900.26
HSL297.82º29.41%63.33%-
HSV(B)297.82º29.1%74.12%-
XYZ38.231.2952.17-
YUV156.12146.56150.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=36.67%
G=26.27%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871341890.010.2900.26297.8229.4163.33
HexBB86BD11D01A12a1d3f
Octal2732062751350324523577
Binary10111011100001101011110111110101101010010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86BD; }

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

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

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

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

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

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

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

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