#BC7FAD

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

Shades of London Hue #BC7FAD

Tints of London Hue #BC7FAD

Color information

#BC7FAD (or 0xBC7FAD) is unknown color: approx London Hue. HEX triplet: BC, 7F and AD. RGB value is (188,127,173). Sum of RGB (Red+Green+Blue) = 188+127+173=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAD is #438052. Grayscale: #969696. Windows color (decimal): -4423763 or 11370428. OLE color: 11370428.

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

Color convert

RGB188127173-
CMYK00.320.080.26
HSL314.75º31.28%61.76%-
HSV(B)314.75º32.45%73.73%-
XYZ35.8728.8943.22-
YUV150.48140.71154.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=38.52%
G=26.02%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812717300.320.080.26314.7531.2861.76
HexBC7FAD02081A13b1f3e
Octal27417725504010324733776
Binary10111100111111110101101010000010001101010011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FAD; }

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

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

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

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

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

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

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

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