#BC7FAE

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

Shades of London Hue #BC7FAE

Tints of London Hue #BC7FAE

Color information

#BC7FAE (or 0xBC7FAE) is unknown color: approx London Hue. HEX triplet: BC, 7F and AE. RGB value is (188,127,174). Sum of RGB (Red+Green+Blue) = 188+127+174=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAE is #438051. Grayscale: #969696. Windows color (decimal): -4423762 or 11435964. OLE color: 11435964.

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

Color convert

RGB188127174-
CMYK00.320.070.26
HSL313.77º31.28%61.76%-
HSV(B)313.77º32.45%73.73%-
XYZ35.9728.9343.73-
YUV150.6141.21154.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=38.45%
G=25.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812717400.320.070.26313.7731.2861.76
HexBC7FAE02071A13a1f3e
Octal2741772560407324723776
Binary1011110011111111010111001000001111101010011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FAE; }

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

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

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

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

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

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

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

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