Shades of Melrose #BDB0F9
Tints of Melrose #BDB0F9
RGB
CMYK
RGB Variations
Color information
#BDB0F9 (or 0xBDB0F9) is known color: Melrose. HEX triplet: BD, B0 and F9. RGB value is (189,176,249). Sum of RGB (Red+Green+Blue) = 189+176+249=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F9 is #424F06. Grayscale: #BBBBBB. Windows color (decimal): -4345607 or 16363709. OLE color: 16363709.
HSL color Cylindrical-coordinate representation of color #BDB0F9: hue angle of 250.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB0F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 176 | 249 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.02 |
| HSL | 250.68º | 0.86% | 0.83% | - |
| HSV(B) | 250.68º | 0.29% | 0.98% | - |
| XYZ | 53.61 | 48.71 | 96.2 | - |
| YUV | 188.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 249 | 0.24 | 0.29 | 0 | 0.02 | 250.68 | 0.86 | 0.83 |
| Hex | BD | B0 | F9 | 18 | 1D | 0 | 2 | FB | 56 | 53 |
| Octal | 275 | 260 | 371 | 30 | 35 | 0 | 2 | 373 | 126 | 123 |
| Binary | 10111101 | 10110000 | 11111001 | 11000 | 11101 | 0 | 10 | 11111011 | 1010110 | 1010011 |
Color Harmonies of #BDB0F9
Complementary color
Monochromatic Colors of #BDB0F9
Black with #BDB0F9
Text Example
Text Example
White with #BDB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0F9; }
p { color: rgb(189,176,249); }
H1.HeaderClassName
{
color: #BDB0F9;
}
.AnyTagClassName
{
color: #BDB0F9;
}
</style>
background-color css
<style>
a { background-color: #BDB0F9; }
a { background-color: rgb(189,176,249); }
div.DivClassName
{
background-color: #BDB0F9;
}
.BgClassName
{
background-color: #BDB0F9;
}
</style>
border-color css
<style>
span { border-color: #BDB0F9; }
span { border-color: rgb(189,176,249); }
td.TdClassName
{
border-color: #BDB0F9;
}
.TagClassName
{
border-color: #BDB0F9;
}
</style>