#BDB2DD

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

Shades of Melrose #BDB2DD

Tints of Melrose #BDB2DD

Color information

#BDB2DD (or 0xBDB2DD) is unknown color: approx Melrose. HEX triplet: BD, B2 and DD. RGB value is (189,178,221). Sum of RGB (Red+Green+Blue) = 189+178+221=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DD is #424D22. Grayscale: #BABABA. Windows color (decimal): -4345123 or 14529213. OLE color: 14529213.

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

Color convert

RGB189178221-
CMYK0.140.1900.13
HSL255.35º38.74%78.24%-
HSV(B)255.35º19.46%86.67%-
XYZ49.9647.8875.02-
YUV186.19147.64130-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=32.14%
G=30.27%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891782210.140.1900.13255.3538.7478.24
HexBDB2DDE130Dff274e
Octal275262335162301537747116
Binary10111101101100101101110111101001101101111111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2DD; }

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

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

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

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

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

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

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

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