#BC85AD

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

Shades of London Hue #BC85AD

Tints of London Hue #BC85AD

Color information

#BC85AD (or 0xBC85AD) is unknown color: approx London Hue. HEX triplet: BC, 85 and AD. RGB value is (188,133,173). Sum of RGB (Red+Green+Blue) = 188+133+173=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC85AD is #437A52. Grayscale: #999999. Windows color (decimal): -4422227 or 11371964. OLE color: 11371964.

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

Color convert

RGB188133173-
CMYK00.290.080.26
HSL316.36º29.1%62.94%-
HSV(B)316.36º29.26%73.73%-
XYZ36.6730.4843.49-
YUV154138.72152.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=38.06%
G=26.92%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813317300.290.080.26316.3629.162.94
HexBC85AD01D81A13c1d3f
Octal27420525503510324743577
Binary10111100100001011010110101110110001101010011110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85AD; }

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

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

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

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

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

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

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

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