#BDB3EC

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

Shades of Melrose #BDB3EC

Tints of Melrose #BDB3EC

Color information

#BDB3EC (or 0xBDB3EC) is unknown color: approx Melrose. HEX triplet: BD, B3 and EC. RGB value is (189,179,236). Sum of RGB (Red+Green+Blue) = 189+179+236=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EC is #424C13. Grayscale: #BCBCBC. Windows color (decimal): -4344852 or 15512509. OLE color: 15512509.

HSL color Cylindrical-coordinate representation of color #BDB3EC: hue angle of 250.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB3EC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189179236-
CMYK0.200.2400.07
HSL250.53º60%81.37%-
HSV(B)250.53º24.15%92.55%-
XYZ52.2549.1286.08-
YUV188.49154.81128.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=31.29%
G=29.64%
B=39.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891792360.200.2400.07250.536081.37
HexBDB3EC141807fb3c51
Octal27526335424300737374121
Binary10111101101100111110110010100110000111111110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3EC; }

 p { color: rgb(189,179,236); }

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

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

 a { background-color: rgb(189,179,236); }

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

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

 span { border-color: rgb(189,179,236); }

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