Shades of Melrose #BFADFD
Tints of Melrose #BFADFD
RGB
CMYK
RGB Variations
Color information
#BFADFD (or 0xBFADFD) is known color: Melrose. HEX triplet: BF, AD and FD. RGB value is (191,173,253). Sum of RGB (Red+Green+Blue) = 191+173+253=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADFD is #405202. Grayscale: #BBBBBB. Windows color (decimal): -4215299 or 16625087. OLE color: 16625087.
HSL color Cylindrical-coordinate representation of color #BFADFD: hue angle of 253.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFADFD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 173 | 253 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 253.5º | 0.95% | 0.84% | - |
| HSV(B) | 253.5º | 0.32% | 0.99% | - |
| XYZ | 54.16 | 48.06 | 99.35 | - |
| YUV | 187.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 253 | 0.25 | 0.32 | 0 | 0.01 | 253.5 | 0.95 | 0.84 |
| Hex | BF | AD | FD | 19 | 20 | 0 | 1 | FE | 5F | 54 |
| Octal | 277 | 255 | 375 | 31 | 40 | 0 | 1 | 376 | 137 | 124 |
| Binary | 10111111 | 10101101 | 11111101 | 11001 | 100000 | 0 | 1 | 11111110 | 1011111 | 1010100 |
Color Harmonies of #BFADFD
Complementary color
Monochromatic Colors of #BFADFD
Black with #BFADFD
Text Example
Text Example
White with #BFADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADFD; }
p { color: rgb(191,173,253); }
H1.HeaderClassName
{
color: #BFADFD;
}
.AnyTagClassName
{
color: #BFADFD;
}
</style>
background-color css
<style>
a { background-color: #BFADFD; }
a { background-color: rgb(191,173,253); }
div.DivClassName
{
background-color: #BFADFD;
}
.BgClassName
{
background-color: #BFADFD;
}
</style>
border-color css
<style>
span { border-color: #BFADFD; }
span { border-color: rgb(191,173,253); }
td.TdClassName
{
border-color: #BFADFD;
}
.TagClassName
{
border-color: #BFADFD;
}
</style>