#BB85BC

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

Shades of London Hue #BB85BC

Tints of London Hue #BB85BC

Color information

#BB85BC (or 0xBB85BC) is unknown color: approx London Hue. HEX triplet: BB, 85 and BC. RGB value is (187,133,188). Sum of RGB (Red+Green+Blue) = 187+133+188=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85BC is #447A43. Grayscale: #9B9B9B. Windows color (decimal): -4487748 or 12355003. OLE color: 12355003.

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

Color convert

RGB187133188-
CMYK0.010.2900.26
HSL298.91º29.1%62.94%-
HSV(B)298.91º29.26%73.73%-
XYZ37.9630.9751.55-
YUV155.42146.39150.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=36.81%
G=26.18%
B=37.01%

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
Decimal1871331880.010.2900.26298.9129.162.94
HexBB85BC11D01A12b1d3f
Octal2732052741350324533577
Binary10111011100001011011110011110101101010010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85BC; }

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

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

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

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

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

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

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

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