Shades of Melrose #BFAFE2
Tints of Melrose #BFAFE2
RGB
CMYK
RGB Variations
Color information
#BFAFE2 (or 0xBFAFE2) is known color: Melrose. HEX triplet: BF, AF and E2. RGB value is (191,175,226). Sum of RGB (Red+Green+Blue) = 191+175+226=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE2 is #40501D. Grayscale: #B9B9B9. Windows color (decimal): -4214814 or 14856127. OLE color: 14856127.
HSL color Cylindrical-coordinate representation of color #BFAFE2: hue angle of 258.82º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFAFE2 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 175 | 226 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.11 |
| HSL | 258.82º | 0.47% | 0.79% | - |
| HSV(B) | 258.82º | 0.23% | 0.89% | - |
| XYZ | 50.54 | 47.23 | 78.4 | - |
| YUV | 185.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 226 | 0.15 | 0.23 | 0 | 0.11 | 258.82 | 0.47 | 0.79 |
| Hex | BF | AF | E2 | F | 17 | 0 | B | 103 | 2F | 4F |
| Octal | 277 | 257 | 342 | 17 | 27 | 0 | 13 | 403 | 57 | 117 |
| Binary | 10111111 | 10101111 | 11100010 | 1111 | 10111 | 0 | 1011 | 100000011 | 101111 | 1001111 |
Color Harmonies of #BFAFE2
Complementary color
Monochromatic Colors of #BFAFE2
Black with #BFAFE2
Text Example
Text Example
White with #BFAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFE2; }
p { color: rgb(191,175,226); }
H1.HeaderClassName
{
color: #BFAFE2;
}
.AnyTagClassName
{
color: #BFAFE2;
}
</style>
background-color css
<style>
a { background-color: #BFAFE2; }
a { background-color: rgb(191,175,226); }
div.DivClassName
{
background-color: #BFAFE2;
}
.BgClassName
{
background-color: #BFAFE2;
}
</style>
border-color css
<style>
span { border-color: #BFAFE2; }
span { border-color: rgb(191,175,226); }
td.TdClassName
{
border-color: #BFAFE2;
}
.TagClassName
{
border-color: #BFAFE2;
}
</style>