Shades of Melrose #BFADFF
Tints of Melrose #BFADFF
RGB
CMYK
RGB Variations
Color information
#BFADFF (or 0xBFADFF) is known color: Melrose. HEX triplet: BF, AD and FF. RGB value is (191,173,255). Sum of RGB (Red+Green+Blue) = 191+173+255=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADFF is #405200. Grayscale: #BBBBBB. Windows color (decimal): -4215297 or 16756159. OLE color: 16756159.
HSL color Cylindrical-coordinate representation of color #BFADFF: hue angle of 253.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFADFF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 173 | 255 | - |
| CMYK | 0.25 | 0.32 | 0 | 0 |
| HSL | 253.17º | 1% | 0.84% | - |
| HSV(B) | 253.17º | 0.32% | 1% | - |
| XYZ | 54.48 | 48.18 | 101.04 | - |
| YUV | 187.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 255 | 0.25 | 0.32 | 0 | 0 | 253.17 | 1 | 0.84 |
| Hex | BF | AD | FF | 19 | 20 | 0 | 0 | FD | 64 | 54 |
| Octal | 277 | 255 | 377 | 31 | 40 | 0 | 0 | 375 | 144 | 124 |
| Binary | 10111111 | 10101101 | 11111111 | 11001 | 100000 | 0 | 0 | 11111101 | 1100100 | 1010100 |
Color Harmonies of #BFADFF
Complementary color
Monochromatic Colors of #BFADFF
Black with #BFADFF
Text Example
Text Example
White with #BFADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADFF; }
p { color: rgb(191,173,255); }
H1.HeaderClassName
{
color: #BFADFF;
}
.AnyTagClassName
{
color: #BFADFF;
}
</style>
background-color css
<style>
a { background-color: #BFADFF; }
a { background-color: rgb(191,173,255); }
div.DivClassName
{
background-color: #BFADFF;
}
.BgClassName
{
background-color: #BFADFF;
}
</style>
border-color css
<style>
span { border-color: #BFADFF; }
span { border-color: rgb(191,173,255); }
td.TdClassName
{
border-color: #BFADFF;
}
.TagClassName
{
border-color: #BFADFF;
}
</style>