Shades of Melrose #BFADFC
Tints of Melrose #BFADFC
RGB
CMYK
RGB Variations
Color information
#BFADFC (or 0xBFADFC) is known color: Melrose. HEX triplet: BF, AD and FC. RGB value is (191,173,252). Sum of RGB (Red+Green+Blue) = 191+173+252=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADFC is #405203. Grayscale: #BBBBBB. Windows color (decimal): -4215300 or 16559551. OLE color: 16559551.
HSL color Cylindrical-coordinate representation of color #BFADFC: hue angle of 253.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFADFC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 173 | 252 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.01 |
| HSL | 253.67º | 0.93% | 0.83% | - |
| HSV(B) | 253.67º | 0.31% | 0.99% | - |
| XYZ | 54 | 47.99 | 98.51 | - |
| YUV | 187.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 252 | 0.24 | 0.31 | 0 | 0.01 | 253.67 | 0.93 | 0.83 |
| Hex | BF | AD | FC | 18 | 1F | 0 | 1 | FE | 5D | 53 |
| Octal | 277 | 255 | 374 | 30 | 37 | 0 | 1 | 376 | 135 | 123 |
| Binary | 10111111 | 10101101 | 11111100 | 11000 | 11111 | 0 | 1 | 11111110 | 1011101 | 1010011 |
Color Harmonies of #BFADFC
Complementary color
Monochromatic Colors of #BFADFC
Black with #BFADFC
Text Example
Text Example
White with #BFADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADFC; }
p { color: rgb(191,173,252); }
H1.HeaderClassName
{
color: #BFADFC;
}
.AnyTagClassName
{
color: #BFADFC;
}
</style>
background-color css
<style>
a { background-color: #BFADFC; }
a { background-color: rgb(191,173,252); }
div.DivClassName
{
background-color: #BFADFC;
}
.BgClassName
{
background-color: #BFADFC;
}
</style>
border-color css
<style>
span { border-color: #BFADFC; }
span { border-color: rgb(191,173,252); }
td.TdClassName
{
border-color: #BFADFC;
}
.TagClassName
{
border-color: #BFADFC;
}
</style>