#BDB6DD

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

Shades of Melrose #BDB6DD

Tints of Melrose #BDB6DD

Color information

#BDB6DD (or 0xBDB6DD) is unknown color: approx Melrose. HEX triplet: BD, B6 and DD. RGB value is (189,182,221). Sum of RGB (Red+Green+Blue) = 189+182+221=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6DD is #424922. Grayscale: #BCBCBC. Windows color (decimal): -4344099 or 14530237. OLE color: 14530237.

HSL color Cylindrical-coordinate representation of color #BDB6DD: hue angle of 250.77º degrees, saturation: 0.36, 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 #BDB6DD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189182221-
CMYK0.140.1800.13
HSL250.77º36.45%79.02%-
HSV(B)250.77º17.65%86.67%-
XYZ50.7749.575.28-
YUV188.54146.32128.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=31.93%
G=30.74%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891822210.140.1800.13250.7736.4579.02
HexBDB6DDE120Dfb244f
Octal275266335162201537344117
Binary10111101101101101101110111101001001101111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6DD; }

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

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

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

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

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

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

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

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