Shades of Melrose #BDB2DF
Tints of Melrose #BDB2DF
RGB
CMYK
RGB Variations
Color information
#BDB2DF (or 0xBDB2DF) is known color: Melrose. HEX triplet: BD, B2 and DF. RGB value is (189,178,223). Sum of RGB (Red+Green+Blue) = 189+178+223=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DF is #424D20. Grayscale: #BABABA. Windows color (decimal): -4345121 or 14660285. OLE color: 14660285.
HSL color Cylindrical-coordinate representation of color #BDB2DF: hue angle of 254.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB2DF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 178 | 223 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 254.67º | 0.41% | 0.79% | - |
| HSV(B) | 254.67º | 0.2% | 0.87% | - |
| XYZ | 50.23 | 47.99 | 76.43 | - |
| YUV | 186.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 223 | 0.15 | 0.20 | 0 | 0.13 | 254.67 | 0.41 | 0.79 |
| Hex | BD | B2 | DF | F | 14 | 0 | D | FF | 29 | 4F |
| Octal | 275 | 262 | 337 | 17 | 24 | 0 | 15 | 377 | 51 | 117 |
| Binary | 10111101 | 10110010 | 11011111 | 1111 | 10100 | 0 | 1101 | 11111111 | 101001 | 1001111 |
Color Harmonies of #BDB2DF
Complementary color
Monochromatic Colors of #BDB2DF
Black with #BDB2DF
Text Example
Text Example
White with #BDB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2DF; }
p { color: rgb(189,178,223); }
H1.HeaderClassName
{
color: #BDB2DF;
}
.AnyTagClassName
{
color: #BDB2DF;
}
</style>
background-color css
<style>
a { background-color: #BDB2DF; }
a { background-color: rgb(189,178,223); }
div.DivClassName
{
background-color: #BDB2DF;
}
.BgClassName
{
background-color: #BDB2DF;
}
</style>
border-color css
<style>
span { border-color: #BDB2DF; }
span { border-color: rgb(189,178,223); }
td.TdClassName
{
border-color: #BDB2DF;
}
.TagClassName
{
border-color: #BDB2DF;
}
</style>