#BC82AE

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

Shades of London Hue #BC82AE

Tints of London Hue #BC82AE

Color information

#BC82AE (or 0xBC82AE) is unknown color: approx London Hue. HEX triplet: BC, 82 and AE. RGB value is (188,130,174). Sum of RGB (Red+Green+Blue) = 188+130+174=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82AE is #437D51. Grayscale: #989898. Windows color (decimal): -4422994 or 11436732. OLE color: 11436732.

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

Color convert

RGB188130174-
CMYK00.310.070.26
HSL314.48º30.21%62.35%-
HSV(B)314.48º30.85%73.73%-
XYZ36.3629.7143.86-
YUV152.36140.22153.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=38.21%
G=26.42%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813017400.310.070.26314.4830.2162.35
HexBC82AE01F71A13a1e3e
Octal2742022560377324723676
Binary1011110010000010101011100111111111101010011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82AE; }

 p { color: rgb(188,130,174); }

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

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

 a { background-color: rgb(188,130,174); }

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

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

 span { border-color: rgb(188,130,174); }

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