#BC8DAF

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

Shades of London Hue #BC8DAF

Tints of London Hue #BC8DAF

Color information

#BC8DAF (or 0xBC8DAF) is unknown color: approx London Hue. HEX triplet: BC, 8D and AF. RGB value is (188,141,175). Sum of RGB (Red+Green+Blue) = 188+141+175=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAF is #437250. Grayscale: #9E9E9E. Windows color (decimal): -4420177 or 11505084. OLE color: 11505084.

HSL color Cylindrical-coordinate representation of color #BC8DAF: hue angle of 316.6º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DAF is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188141175-
CMYK00.250.070.26
HSL316.6º25.97%64.51%-
HSV(B)316.6º25%73.73%-
XYZ3832.8444.89-
YUV158.93137.07148.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=37.30%
G=27.98%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814117500.250.070.26316.625.9764.51
HexBC8DAF01971A13d1a41
Octal27421525703173247532101
Binary10111100100011011010111101100111111010100111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DAF; }

 p { color: rgb(188,141,175); }

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

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

 a { background-color: rgb(188,141,175); }

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

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

 span { border-color: rgb(188,141,175); }

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