#BC86AB

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

Shades of London Hue #BC86AB

Tints of London Hue #BC86AB

Color information

#BC86AB (or 0xBC86AB) is unknown color: approx London Hue. HEX triplet: BC, 86 and AB. RGB value is (188,134,171). Sum of RGB (Red+Green+Blue) = 188+134+171=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86AB is #437954. Grayscale: #9A9A9A. Windows color (decimal): -4421973 or 11241148. OLE color: 11241148.

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

Color convert

RGB188134171-
CMYK00.290.090.26
HSL318.89º28.72%63.14%-
HSV(B)318.89º28.72%73.73%-
XYZ36.6130.6842.52-
YUV154.36137.39151.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=38.13%
G=27.18%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813417100.290.090.26318.8928.7263.14
HexBC86AB01D91A13f1d3f
Octal27420625303511324773577
Binary10111100100001101010101101110110011101010011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86AB; }

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

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

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

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

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

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

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

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