#BC86B2

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

Shades of London Hue #BC86B2

Tints of London Hue #BC86B2

Color information

#BC86B2 (or 0xBC86B2) is unknown color: approx London Hue. HEX triplet: BC, 86 and B2. RGB value is (188,134,178). Sum of RGB (Red+Green+Blue) = 188+134+178=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86B2 is #43794D. Grayscale: #9B9B9B. Windows color (decimal): -4421966 or 11699900. OLE color: 11699900.

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

Color convert

RGB188134178-
CMYK00.290.050.26
HSL311.11º28.72%63.14%-
HSV(B)311.11º28.72%73.73%-
XYZ37.330.9646.13-
YUV155.16140.89151.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 178 (69.92% from 255) = 35.6%
R=37.6%
G=26.8%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813417800.290.050.26311.1128.7263.14
HexBC86B201D51A1371d3f
Octal2742062620355324673577
Binary1011110010000110101100100111011011101010011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86B2; }

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

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

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

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

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

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

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

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