#BC7AAE

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

Shades of London Hue #BC7AAE

Tints of London Hue #BC7AAE

Color information

#BC7AAE (or 0xBC7AAE) is unknown color: approx London Hue. HEX triplet: BC, 7A and AE. RGB value is (188,122,174). Sum of RGB (Red+Green+Blue) = 188+122+174=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AAE is #438551. Grayscale: #939393. Windows color (decimal): -4425042 or 11434684. OLE color: 11434684.

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

Color convert

RGB188122174-
CMYK00.350.070.26
HSL312.73º33%60.78%-
HSV(B)312.73º35.11%73.73%-
XYZ35.3427.6743.52-
YUV147.66142.87156.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=38.84%
G=25.21%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812217400.350.070.26312.733360.78
HexBC7AAE02371A139213d
Octal2741722560437324714175
Binary10111100111101010101110010001111111010100111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AAE; }

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

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

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

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

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

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

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

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