Shades of Melrose #BFADF8
Tints of Melrose #BFADF8
RGB
CMYK
RGB Variations
Color information
#BFADF8 (or 0xBFADF8) is known color: Melrose. HEX triplet: BF, AD and F8. RGB value is (191,173,248). Sum of RGB (Red+Green+Blue) = 191+173+248=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADF8 is #405207. Grayscale: #BABABA. Windows color (decimal): -4215304 or 16297407. OLE color: 16297407.
HSL color Cylindrical-coordinate representation of color #BFADF8: hue angle of 254.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFADF8 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 173 | 248 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.03 |
| HSL | 254.4º | 0.84% | 0.83% | - |
| HSV(B) | 254.4º | 0.3% | 0.97% | - |
| XYZ | 53.37 | 47.74 | 95.21 | - |
| YUV | 186.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 248 | 0.23 | 0.30 | 0 | 0.03 | 254.4 | 0.84 | 0.83 |
| Hex | BF | AD | F8 | 17 | 1E | 0 | 3 | FE | 54 | 53 |
| Octal | 277 | 255 | 370 | 27 | 36 | 0 | 3 | 376 | 124 | 123 |
| Binary | 10111111 | 10101101 | 11111000 | 10111 | 11110 | 0 | 11 | 11111110 | 1010100 | 1010011 |
Color Harmonies of #BFADF8
Complementary color
Monochromatic Colors of #BFADF8
Black with #BFADF8
Text Example
Text Example
White with #BFADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADF8; }
p { color: rgb(191,173,248); }
H1.HeaderClassName
{
color: #BFADF8;
}
.AnyTagClassName
{
color: #BFADF8;
}
</style>
background-color css
<style>
a { background-color: #BFADF8; }
a { background-color: rgb(191,173,248); }
div.DivClassName
{
background-color: #BFADF8;
}
.BgClassName
{
background-color: #BFADF8;
}
</style>
border-color css
<style>
span { border-color: #BFADF8; }
span { border-color: rgb(191,173,248); }
td.TdClassName
{
border-color: #BFADF8;
}
.TagClassName
{
border-color: #BFADF8;
}
</style>