#BDB6E1

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

Shades of Melrose #BDB6E1

Tints of Melrose #BDB6E1

Color information

#BDB6E1 (or 0xBDB6E1) is unknown color: approx Melrose. HEX triplet: BD, B6 and E1. RGB value is (189,182,225). Sum of RGB (Red+Green+Blue) = 189+182+225=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6E1 is #42491E. Grayscale: #BCBCBC. Windows color (decimal): -4344095 or 14792381. OLE color: 14792381.

HSL color Cylindrical-coordinate representation of color #BDB6E1: hue angle of 249.77º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB6E1 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189182225-
CMYK0.160.1900.12
HSL249.77º41.75%79.8%-
HSV(B)249.77º19.11%88.24%-
XYZ51.349.7178.13-
YUV188.99148.32128-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=31.71%
G=30.54%
B=37.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891822250.160.1900.12249.7741.7579.8
HexBDB6E110130Cfa2a50
Octal275266341202301437252120
Binary101111011011011011100001100001001101100111110101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6E1; }

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

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

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

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

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

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

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

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