#BC7BAE

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

Shades of London Hue #BC7BAE

Tints of London Hue #BC7BAE

Color information

#BC7BAE (or 0xBC7BAE) is unknown color: approx London Hue. HEX triplet: BC, 7B and AE. RGB value is (188,123,174). Sum of RGB (Red+Green+Blue) = 188+123+174=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAE is #438451. Grayscale: #949494. Windows color (decimal): -4424786 or 11434940. OLE color: 11434940.

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

Color convert

RGB188123174-
CMYK00.350.070.26
HSL312.92º32.66%60.98%-
HSV(B)312.92º34.57%73.73%-
XYZ35.4627.9143.56-
YUV148.25142.53156.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=38.76%
G=25.36%
B=35.88%

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
Decimal18812317400.350.070.26312.9232.6660.98
HexBC7BAE02371A139213d
Octal2741732560437324714175
Binary10111100111101110101110010001111111010100111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BAE; }

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

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

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

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

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

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

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

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