Shades of Melrose #BFAFE7
Tints of Melrose #BFAFE7
RGB
CMYK
RGB Variations
Color information
#BFAFE7 (or 0xBFAFE7) is known color: Melrose. HEX triplet: BF, AF and E7. RGB value is (191,175,231). Sum of RGB (Red+Green+Blue) = 191+175+231=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFE7 is #405018. Grayscale: #B9B9B9. Windows color (decimal): -4214809 or 15183807. OLE color: 15183807.
HSL color Cylindrical-coordinate representation of color #BFAFE7: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFAFE7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 175 | 231 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.09 |
| HSL | 257.14º | 0.54% | 0.8% | - |
| HSV(B) | 257.14º | 0.24% | 0.91% | - |
| XYZ | 51.24 | 47.51 | 82.07 | - |
| YUV | 186.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 231 | 0.17 | 0.24 | 0 | 0.09 | 257.14 | 0.54 | 0.8 |
| Hex | BF | AF | E7 | 11 | 18 | 0 | 9 | 101 | 36 | 50 |
| Octal | 277 | 257 | 347 | 21 | 30 | 0 | 11 | 401 | 66 | 120 |
| Binary | 10111111 | 10101111 | 11100111 | 10001 | 11000 | 0 | 1001 | 100000001 | 110110 | 1010000 |
Color Harmonies of #BFAFE7
Complementary color
Monochromatic Colors of #BFAFE7
Black with #BFAFE7
Text Example
Text Example
White with #BFAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFE7; }
p { color: rgb(191,175,231); }
H1.HeaderClassName
{
color: #BFAFE7;
}
.AnyTagClassName
{
color: #BFAFE7;
}
</style>
background-color css
<style>
a { background-color: #BFAFE7; }
a { background-color: rgb(191,175,231); }
div.DivClassName
{
background-color: #BFAFE7;
}
.BgClassName
{
background-color: #BFAFE7;
}
</style>
border-color css
<style>
span { border-color: #BFAFE7; }
span { border-color: rgb(191,175,231); }
td.TdClassName
{
border-color: #BFAFE7;
}
.TagClassName
{
border-color: #BFAFE7;
}
</style>