Shades of Melrose #BDB0FC
Tints of Melrose #BDB0FC
RGB
CMYK
RGB Variations
Color information
#BDB0FC (or 0xBDB0FC) is known color: Melrose. HEX triplet: BD, B0 and FC. RGB value is (189,176,252). Sum of RGB (Red+Green+Blue) = 189+176+252=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FC is #424F03. Grayscale: #BCBCBC. Windows color (decimal): -4345604 or 16560317. OLE color: 16560317.
HSL color Cylindrical-coordinate representation of color #BDB0FC: hue angle of 250.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB0FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 176 | 252 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.01 |
| HSL | 250.26º | 0.93% | 0.84% | - |
| HSV(B) | 250.26º | 0.3% | 0.99% | - |
| XYZ | 54.08 | 48.9 | 98.68 | - |
| YUV | 188.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 252 | 0.25 | 0.30 | 0 | 0.01 | 250.26 | 0.93 | 0.84 |
| Hex | BD | B0 | FC | 19 | 1E | 0 | 1 | FA | 5D | 54 |
| Octal | 275 | 260 | 374 | 31 | 36 | 0 | 1 | 372 | 135 | 124 |
| Binary | 10111101 | 10110000 | 11111100 | 11001 | 11110 | 0 | 1 | 11111010 | 1011101 | 1010100 |
Color Harmonies of #BDB0FC
Complementary color
Monochromatic Colors of #BDB0FC
Black with #BDB0FC
Text Example
Text Example
White with #BDB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0FC; }
p { color: rgb(189,176,252); }
H1.HeaderClassName
{
color: #BDB0FC;
}
.AnyTagClassName
{
color: #BDB0FC;
}
</style>
background-color css
<style>
a { background-color: #BDB0FC; }
a { background-color: rgb(189,176,252); }
div.DivClassName
{
background-color: #BDB0FC;
}
.BgClassName
{
background-color: #BDB0FC;
}
</style>
border-color css
<style>
span { border-color: #BDB0FC; }
span { border-color: rgb(189,176,252); }
td.TdClassName
{
border-color: #BDB0FC;
}
.TagClassName
{
border-color: #BDB0FC;
}
</style>