#BC76AE

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

Shades of London Hue #BC76AE

Tints of London Hue #BC76AE

Color information

#BC76AE (or 0xBC76AE) is unknown color: approx London Hue. HEX triplet: BC, 76 and AE. RGB value is (188,118,174). Sum of RGB (Red+Green+Blue) = 188+118+174=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AE is #438951. Grayscale: #919191. Windows color (decimal): -4426066 or 11433660. OLE color: 11433660.

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

Color convert

RGB188118174-
CMYK00.370.070.26
HSL312º34.31%60%-
HSV(B)312º37.23%73.73%-
XYZ34.8626.743.36-
YUV145.31144.19158.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=39.17%
G=24.58%
B=36.25%

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
Decimal18811817400.370.070.2631234.3160
HexBC76AE02571A138223c
Octal2741662560457324704274
Binary10111100111011010101110010010111111010100111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76AE; }

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

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

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

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

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

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

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

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