#BC7CAF

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

Shades of London Hue #BC7CAF

Tints of London Hue #BC7CAF

Color information

#BC7CAF (or 0xBC7CAF) is unknown color: approx London Hue. HEX triplet: BC, 7C and AF. RGB value is (188,124,175). Sum of RGB (Red+Green+Blue) = 188+124+175=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CAF is #438350. Grayscale: #949494. Windows color (decimal): -4424529 or 11500732. OLE color: 11500732.

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

Color convert

RGB188124175-
CMYK00.340.070.26
HSL312.19º32.32%61.18%-
HSV(B)312.19º34.04%73.73%-
XYZ35.6828.244.12-
YUV148.95142.7155.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=38.60%
G=25.46%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812417500.340.070.26312.1932.3261.18
HexBC7CAF02271A138203d
Octal2741742570427324704075
Binary10111100111110010101111010001011111010100111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CAF; }

 p { color: rgb(188,124,175); }

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

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

 a { background-color: rgb(188,124,175); }

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

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

 span { border-color: rgb(188,124,175); }

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