#BC7DBF

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

Shades of London Hue #BC7DBF

Tints of London Hue #BC7DBF

Color information

#BC7DBF (or 0xBC7DBF) is unknown color: approx London Hue. HEX triplet: BC, 7D and BF. RGB value is (188,125,191). Sum of RGB (Red+Green+Blue) = 188+125+191=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBF is #438240. Grayscale: #979797. Windows color (decimal): -4424257 or 12549564. OLE color: 12549564.

HSL color Cylindrical-coordinate representation of color #BC7DBF: hue angle of 297.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7DBF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188125191-
CMYK0.020.3500.25
HSL297.27º34.02%61.96%-
HSV(B)297.27º34.55%74.9%-
XYZ37.4829.1252.94-
YUV151.36150.37154.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 191 (75% from 255) = 37.90%
R=37.30%
G=24.80%
B=37.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881251910.020.3500.25297.2734.0261.96
HexBC7DBF223019129223e
Octal2741752772430314514276
Binary1011110011111011011111110100011011001100101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DBF; }

 p { color: rgb(188,125,191); }

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

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

 a { background-color: rgb(188,125,191); }

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

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

 span { border-color: rgb(188,125,191); }

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