Shades of Melrose #BDB2F9
Tints of Melrose #BDB2F9
RGB
CMYK
RGB Variations
Color information
#BDB2F9 (or 0xBDB2F9) is known color: Melrose. HEX triplet: BD, B2 and F9. RGB value is (189,178,249). Sum of RGB (Red+Green+Blue) = 189+178+249=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2F9 is #424D06. Grayscale: #BDBDBD. Windows color (decimal): -4345095 or 16364221. OLE color: 16364221.
HSL color Cylindrical-coordinate representation of color #BDB2F9: hue angle of 249.3º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB2F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 178 | 249 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.02 |
| HSL | 249.3º | 0.86% | 0.84% | - |
| HSV(B) | 249.3º | 0.29% | 0.98% | - |
| XYZ | 54.01 | 49.5 | 96.33 | - |
| YUV | 189.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 249 | 0.24 | 0.29 | 0 | 0.02 | 249.3 | 0.86 | 0.84 |
| Hex | BD | B2 | F9 | 18 | 1D | 0 | 2 | F9 | 56 | 54 |
| Octal | 275 | 262 | 371 | 30 | 35 | 0 | 2 | 371 | 126 | 124 |
| Binary | 10111101 | 10110010 | 11111001 | 11000 | 11101 | 0 | 10 | 11111001 | 1010110 | 1010100 |
Color Harmonies of #BDB2F9
Complementary color
Monochromatic Colors of #BDB2F9
Black with #BDB2F9
Text Example
Text Example
White with #BDB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2F9; }
p { color: rgb(189,178,249); }
H1.HeaderClassName
{
color: #BDB2F9;
}
.AnyTagClassName
{
color: #BDB2F9;
}
</style>
background-color css
<style>
a { background-color: #BDB2F9; }
a { background-color: rgb(189,178,249); }
div.DivClassName
{
background-color: #BDB2F9;
}
.BgClassName
{
background-color: #BDB2F9;
}
</style>
border-color css
<style>
span { border-color: #BDB2F9; }
span { border-color: rgb(189,178,249); }
td.TdClassName
{
border-color: #BDB2F9;
}
.TagClassName
{
border-color: #BDB2F9;
}
</style>