Shades of Melrose #BFADF2
Tints of Melrose #BFADF2
RGB
CMYK
RGB Variations
Color information
#BFADF2 (or 0xBFADF2) is known color: Melrose. HEX triplet: BF, AD and F2. RGB value is (191,173,242). Sum of RGB (Red+Green+Blue) = 191+173+242=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADF2 is #40520D. Grayscale: #B9B9B9. Windows color (decimal): -4215310 or 15904191. OLE color: 15904191.
HSL color Cylindrical-coordinate representation of color #BFADF2: hue angle of 255.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFADF2 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 173 | 242 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.05 |
| HSL | 255.65º | 0.73% | 0.81% | - |
| HSV(B) | 255.65º | 0.29% | 0.95% | - |
| XYZ | 52.46 | 47.37 | 90.38 | - |
| YUV | 186.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 242 | 0.21 | 0.29 | 0 | 0.05 | 255.65 | 0.73 | 0.81 |
| Hex | BF | AD | F2 | 15 | 1D | 0 | 5 | 100 | 49 | 51 |
| Octal | 277 | 255 | 362 | 25 | 35 | 0 | 5 | 400 | 111 | 121 |
| Binary | 10111111 | 10101101 | 11110010 | 10101 | 11101 | 0 | 101 | 100000000 | 1001001 | 1010001 |
Color Harmonies of #BFADF2
Complementary color
Monochromatic Colors of #BFADF2
Black with #BFADF2
Text Example
Text Example
White with #BFADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADF2; }
p { color: rgb(191,173,242); }
H1.HeaderClassName
{
color: #BFADF2;
}
.AnyTagClassName
{
color: #BFADF2;
}
</style>
background-color css
<style>
a { background-color: #BFADF2; }
a { background-color: rgb(191,173,242); }
div.DivClassName
{
background-color: #BFADF2;
}
.BgClassName
{
background-color: #BFADF2;
}
</style>
border-color css
<style>
span { border-color: #BFADF2; }
span { border-color: rgb(191,173,242); }
td.TdClassName
{
border-color: #BFADF2;
}
.TagClassName
{
border-color: #BFADF2;
}
</style>