#BDB7EC

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

Shades of Melrose #BDB7EC

Tints of Melrose #BDB7EC

Color information

#BDB7EC (or 0xBDB7EC) is unknown color: approx Melrose. HEX triplet: BD, B7 and EC. RGB value is (189,183,236). Sum of RGB (Red+Green+Blue) = 189+183+236=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EC is #424813. Grayscale: #BEBEBE. Windows color (decimal): -4343828 or 15513533. OLE color: 15513533.

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

Color convert

RGB189183236-
CMYK0.200.2200.07
HSL246.79º58.24%82.16%-
HSV(B)246.79º22.46%92.55%-
XYZ53.0650.7486.35-
YUV190.84153.49126.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=31.09%
G=30.10%
B=38.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891832360.200.2200.07246.7958.2482.16
HexBDB7EC141607f73a52
Octal27526735424260736772122
Binary10111101101101111110110010100101100111111101111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7EC; }

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

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

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

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

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

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

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

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