Shades of Melrose #BDB0FA
Tints of Melrose #BDB0FA
RGB
CMYK
RGB Variations
Color information
#BDB0FA (or 0xBDB0FA) is known color: Melrose. HEX triplet: BD, B0 and FA. RGB value is (189,176,250). Sum of RGB (Red+Green+Blue) = 189+176+250=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FA is #424F05. Grayscale: #BCBCBC. Windows color (decimal): -4345606 or 16429245. OLE color: 16429245.
HSL color Cylindrical-coordinate representation of color #BDB0FA: hue angle of 250.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB0FA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 176 | 250 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.02 |
| HSL | 250.54º | 0.88% | 0.84% | - |
| HSV(B) | 250.54º | 0.3% | 0.98% | - |
| XYZ | 53.77 | 48.77 | 97.02 | - |
| YUV | 188.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 250 | 0.24 | 0.30 | 0 | 0.02 | 250.54 | 0.88 | 0.84 |
| Hex | BD | B0 | FA | 18 | 1E | 0 | 2 | FB | 58 | 54 |
| Octal | 275 | 260 | 372 | 30 | 36 | 0 | 2 | 373 | 130 | 124 |
| Binary | 10111101 | 10110000 | 11111010 | 11000 | 11110 | 0 | 10 | 11111011 | 1011000 | 1010100 |
Color Harmonies of #BDB0FA
Complementary color
Monochromatic Colors of #BDB0FA
Black with #BDB0FA
Text Example
Text Example
White with #BDB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0FA; }
p { color: rgb(189,176,250); }
H1.HeaderClassName
{
color: #BDB0FA;
}
.AnyTagClassName
{
color: #BDB0FA;
}
</style>
background-color css
<style>
a { background-color: #BDB0FA; }
a { background-color: rgb(189,176,250); }
div.DivClassName
{
background-color: #BDB0FA;
}
.BgClassName
{
background-color: #BDB0FA;
}
</style>
border-color css
<style>
span { border-color: #BDB0FA; }
span { border-color: rgb(189,176,250); }
td.TdClassName
{
border-color: #BDB0FA;
}
.TagClassName
{
border-color: #BDB0FA;
}
</style>