Shades of Melrose #BDB0F2
Tints of Melrose #BDB0F2
RGB
CMYK
RGB Variations
Color information
#BDB0F2 (or 0xBDB0F2) is known color: Melrose. HEX triplet: BD, B0 and F2. RGB value is (189,176,242). Sum of RGB (Red+Green+Blue) = 189+176+242=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F2 is #424F0D. Grayscale: #BBBBBB. Windows color (decimal): -4345614 or 15904957. OLE color: 15904957.
HSL color Cylindrical-coordinate representation of color #BDB0F2: hue angle of 251.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB0F2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 176 | 242 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.05 |
| HSL | 251.82º | 0.72% | 0.82% | - |
| HSV(B) | 251.82º | 0.27% | 0.95% | - |
| XYZ | 52.54 | 48.28 | 90.55 | - |
| YUV | 187.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 242 | 0.22 | 0.27 | 0 | 0.05 | 251.82 | 0.72 | 0.82 |
| Hex | BD | B0 | F2 | 16 | 1B | 0 | 5 | FC | 48 | 52 |
| Octal | 275 | 260 | 362 | 26 | 33 | 0 | 5 | 374 | 110 | 122 |
| Binary | 10111101 | 10110000 | 11110010 | 10110 | 11011 | 0 | 101 | 11111100 | 1001000 | 1010010 |
Color Harmonies of #BDB0F2
Complementary color
Monochromatic Colors of #BDB0F2
Black with #BDB0F2
Text Example
Text Example
White with #BDB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0F2; }
p { color: rgb(189,176,242); }
H1.HeaderClassName
{
color: #BDB0F2;
}
.AnyTagClassName
{
color: #BDB0F2;
}
</style>
background-color css
<style>
a { background-color: #BDB0F2; }
a { background-color: rgb(189,176,242); }
div.DivClassName
{
background-color: #BDB0F2;
}
.BgClassName
{
background-color: #BDB0F2;
}
</style>
border-color css
<style>
span { border-color: #BDB0F2; }
span { border-color: rgb(189,176,242); }
td.TdClassName
{
border-color: #BDB0F2;
}
.TagClassName
{
border-color: #BDB0F2;
}
</style>