#BB86BC

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

Shades of London Hue #BB86BC

Tints of London Hue #BB86BC

Color information

#BB86BC (or 0xBB86BC) is unknown color: approx London Hue. HEX triplet: BB, 86 and BC. RGB value is (187,134,188). Sum of RGB (Red+Green+Blue) = 187+134+188=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BC is #447943. Grayscale: #9B9B9B. Windows color (decimal): -4487492 or 12355259. OLE color: 12355259.

HSL color Cylindrical-coordinate representation of color #BB86BC: hue angle of 298.89º 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 #BB86BC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187134188-
CMYK0.010.2900.26
HSL298.89º28.72%63.14%-
HSV(B)298.89º28.72%73.73%-
XYZ38.131.2551.6-
YUV156146.06150.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=36.74%
G=26.33%
B=36.94%

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
Decimal1871341880.010.2900.26298.8928.7263.14
HexBB86BC11D01A12b1d3f
Octal2732062741350324533577
Binary10111011100001101011110011110101101010010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86BC; }

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

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

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

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

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

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

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

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