Shades of Melrose #BDB0F0
Tints of Melrose #BDB0F0
RGB
CMYK
RGB Variations
Color information
#BDB0F0 (or 0xBDB0F0) is known color: Melrose. HEX triplet: BD, B0 and F0. RGB value is (189,176,240). Sum of RGB (Red+Green+Blue) = 189+176+240=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F0 is #424F0F. Grayscale: #BABABA. Windows color (decimal): -4345616 or 15773885. OLE color: 15773885.
HSL color Cylindrical-coordinate representation of color #BDB0F0: hue angle of 252.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB0F0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 176 | 240 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.06 |
| HSL | 252.19º | 0.68% | 0.82% | - |
| HSV(B) | 252.19º | 0.27% | 0.94% | - |
| XYZ | 52.24 | 48.16 | 88.98 | - |
| YUV | 187.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 240 | 0.21 | 0.27 | 0 | 0.06 | 252.19 | 0.68 | 0.82 |
| Hex | BD | B0 | F0 | 15 | 1B | 0 | 6 | FC | 44 | 52 |
| Octal | 275 | 260 | 360 | 25 | 33 | 0 | 6 | 374 | 104 | 122 |
| Binary | 10111101 | 10110000 | 11110000 | 10101 | 11011 | 0 | 110 | 11111100 | 1000100 | 1010010 |
Color Harmonies of #BDB0F0
Complementary color
Monochromatic Colors of #BDB0F0
Black with #BDB0F0
Text Example
Text Example
White with #BDB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0F0; }
p { color: rgb(189,176,240); }
H1.HeaderClassName
{
color: #BDB0F0;
}
.AnyTagClassName
{
color: #BDB0F0;
}
</style>
background-color css
<style>
a { background-color: #BDB0F0; }
a { background-color: rgb(189,176,240); }
div.DivClassName
{
background-color: #BDB0F0;
}
.BgClassName
{
background-color: #BDB0F0;
}
</style>
border-color css
<style>
span { border-color: #BDB0F0; }
span { border-color: rgb(189,176,240); }
td.TdClassName
{
border-color: #BDB0F0;
}
.TagClassName
{
border-color: #BDB0F0;
}
</style>