#BDB1DD

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

Shades of Melrose #BDB1DD

Tints of Melrose #BDB1DD

Color information

#BDB1DD (or 0xBDB1DD) is unknown color: approx Melrose. HEX triplet: BD, B1 and DD. RGB value is (189,177,221). Sum of RGB (Red+Green+Blue) = 189+177+221=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DD is #424E22. Grayscale: #B9B9B9. Windows color (decimal): -4345379 or 14528957. OLE color: 14528957.

HSL color Cylindrical-coordinate representation of color #BDB1DD: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB1DD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189177221-
CMYK0.140.2000.13
HSL256.36º39.29%78.04%-
HSV(B)256.36º19.91%86.67%-
XYZ49.7647.4874.95-
YUV185.6147.98130.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=32.20%
G=30.15%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891772210.140.2000.13256.3639.2978.04
HexBDB1DDE140D100274e
Octal275261335162401540047116
Binary101111011011000111011101111010100011011000000001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1DD; }

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

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

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

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

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

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

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

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