#BDB6E9

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

Shades of Melrose #BDB6E9

Tints of Melrose #BDB6E9

Color information

#BDB6E9 (or 0xBDB6E9) is unknown color: approx Melrose. HEX triplet: BD, B6 and E9. RGB value is (189,182,233). Sum of RGB (Red+Green+Blue) = 189+182+233=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6E9 is #424916. Grayscale: #BDBDBD. Windows color (decimal): -4344087 or 15316669. OLE color: 15316669.

HSL color Cylindrical-coordinate representation of color #BDB6E9: hue angle of 248.24º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB6E9 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189182233-
CMYK0.190.2200.09
HSL248.24º53.68%81.37%-
HSV(B)248.24º21.89%91.37%-
XYZ52.4250.1684.01-
YUV189.91152.32127.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=31.29%
G=30.13%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891822330.190.2200.09248.2453.6881.37
HexBDB6E9131609f83651
Octal275266351232601137066121
Binary101111011011011011101001100111011001001111110001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6E9; }

 p { color: rgb(189,182,233); }

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

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

 a { background-color: rgb(189,182,233); }

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

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

 span { border-color: rgb(189,182,233); }

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