#BC77AE

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

Shades of London Hue #BC77AE

Tints of London Hue #BC77AE

Color information

#BC77AE (or 0xBC77AE) is unknown color: approx London Hue. HEX triplet: BC, 77 and AE. RGB value is (188,119,174). Sum of RGB (Red+Green+Blue) = 188+119+174=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AE is #438851. Grayscale: #919191. Windows color (decimal): -4425810 or 11433916. OLE color: 11433916.

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

Color convert

RGB188119174-
CMYK00.370.070.26
HSL312.17º33.99%60.2%-
HSV(B)312.17º36.7%73.73%-
XYZ34.9826.9443.4-
YUV145.9143.86158.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=39.09%
G=24.74%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811917400.370.070.26312.1733.9960.2
HexBC77AE02571A138223c
Octal2741672560457324704274
Binary10111100111011110101110010010111111010100111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77AE; }

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

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

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

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

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

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

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

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