#BD7EC0

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

Shades of London Hue #BD7EC0

Tints of London Hue #BD7EC0

Color information

#BD7EC0 (or 0xBD7EC0) is unknown color: approx London Hue. HEX triplet: BD, 7E and C0. RGB value is (189,126,192). Sum of RGB (Red+Green+Blue) = 189+126+192=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC0 is #42813F. Grayscale: #989898. Windows color (decimal): -4358464 or 12615357. OLE color: 12615357.

HSL color Cylindrical-coordinate representation of color #BD7EC0: 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.34%. Process color model (Four color, CMYK) of #BD7EC0 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189126192-
CMYK0.020.3400.25
HSL297.27º34.38%62.35%-
HSV(B)297.27º34.38%75.29%-
XYZ37.9629.5553.57-
YUV152.36150.37154.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=37.28%
G=24.85%
B=37.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891261920.020.3400.25297.2734.3862.35
HexBD7EC0222019129223e
Octal2751763002420314514276
Binary1011110111111101100000010100010011001100101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EC0; }

 p { color: rgb(189,126,192); }

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

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

 a { background-color: rgb(189,126,192); }

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

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

 span { border-color: rgb(189,126,192); }

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