#BC86BA

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

Shades of London Hue #BC86BA

Tints of London Hue #BC86BA

Color information

#BC86BA (or 0xBC86BA) is unknown color: approx London Hue. HEX triplet: BC, 86 and BA. RGB value is (188,134,186). Sum of RGB (Red+Green+Blue) = 188+134+186=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BA is #437945. Grayscale: #9B9B9B. Windows color (decimal): -4421958 or 12224188. OLE color: 12224188.

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

Color convert

RGB188134186-
CMYK00.290.010.26
HSL302.22º28.72%63.14%-
HSV(B)302.22º28.72%73.73%-
XYZ38.1331.2950.48-
YUV156.07144.89150.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=37.01%
G=26.38%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813418600.290.010.26302.2228.7263.14
HexBC86BA01D11A12e1d3f
Octal2742062720351324563577
Binary10111100100001101011101001110111101010010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86BA; }

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

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

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

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

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

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

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

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