#BC7BAC

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

Shades of London Hue #BC7BAC

Tints of London Hue #BC7BAC

Color information

#BC7BAC (or 0xBC7BAC) is unknown color: approx London Hue. HEX triplet: BC, 7B and AC. RGB value is (188,123,172). Sum of RGB (Red+Green+Blue) = 188+123+172=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAC is #438453. Grayscale: #939393. Windows color (decimal): -4424788 or 11303868. OLE color: 11303868.

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

Color convert

RGB188123172-
CMYK00.350.090.26
HSL314.77º32.66%60.98%-
HSV(B)314.77º34.57%73.73%-
XYZ35.2727.8442.54-
YUV148.02141.53156.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=38.92%
G=25.47%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812317200.350.090.26314.7732.6660.98
HexBC7BAC02391A13b213d
Octal27417325404311324734175
Binary101111001111011101011000100011100111010100111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BAC; }

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

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

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

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

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

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

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

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