#BDB6DF

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

Shades of Melrose #BDB6DF

Tints of Melrose #BDB6DF

Color information

#BDB6DF (or 0xBDB6DF) is unknown color: approx Melrose. HEX triplet: BD, B6 and DF. RGB value is (189,182,223). Sum of RGB (Red+Green+Blue) = 189+182+223=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6DF is #424920. Grayscale: #BCBCBC. Windows color (decimal): -4344097 or 14661309. OLE color: 14661309.

HSL color Cylindrical-coordinate representation of color #BDB6DF: hue angle of 250.24º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB6DF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189182223-
CMYK0.150.1800.13
HSL250.24º39.05%79.41%-
HSV(B)250.24º18.39%87.45%-
XYZ51.0349.676.7-
YUV188.77147.32128.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=31.82%
G=30.64%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891822230.150.1800.13250.2439.0579.41
HexBDB6DFF120Dfa274f
Octal275266337172201537247117
Binary10111101101101101101111111111001001101111110101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6DF; }

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

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

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

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

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

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

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

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