#BC86AC

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

Shades of London Hue #BC86AC

Tints of London Hue #BC86AC

Color information

#BC86AC (or 0xBC86AC) is unknown color: approx London Hue. HEX triplet: BC, 86 and AC. RGB value is (188,134,172). Sum of RGB (Red+Green+Blue) = 188+134+172=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86AC is #437953. Grayscale: #9A9A9A. Windows color (decimal): -4421972 or 11306684. OLE color: 11306684.

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

Color convert

RGB188134172-
CMYK00.290.090.26
HSL317.78º28.72%63.14%-
HSV(B)317.78º28.72%73.73%-
XYZ36.7130.7243.02-
YUV154.48137.89151.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=38.06%
G=27.13%
B=34.82%

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
Decimal18813417200.290.090.26317.7828.7263.14
HexBC86AC01D91A13e1d3f
Octal27420625403511324763577
Binary10111100100001101010110001110110011101010011111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86AC; }

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

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

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

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

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

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

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

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