Shades of Melrose #BFAFE6
Tints of Melrose #BFAFE6
RGB
CMYK
RGB Variations
Color information
#BFAFE6 (or 0xBFAFE6) is known color: Melrose. HEX triplet: BF, AF and E6. RGB value is (191,175,230). Sum of RGB (Red+Green+Blue) = 191+175+230=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFE6 is #405019. Grayscale: #B9B9B9. Windows color (decimal): -4214810 or 15118271. OLE color: 15118271.
HSL color Cylindrical-coordinate representation of color #BFAFE6: hue angle of 257.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFAFE6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 175 | 230 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.10 |
| HSL | 257.45º | 0.52% | 0.79% | - |
| HSV(B) | 257.45º | 0.24% | 0.9% | - |
| XYZ | 51.1 | 47.45 | 81.33 | - |
| YUV | 186.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 230 | 0.17 | 0.24 | 0 | 0.10 | 257.45 | 0.52 | 0.79 |
| Hex | BF | AF | E6 | 11 | 18 | 0 | A | 101 | 34 | 4F |
| Octal | 277 | 257 | 346 | 21 | 30 | 0 | 12 | 401 | 64 | 117 |
| Binary | 10111111 | 10101111 | 11100110 | 10001 | 11000 | 0 | 1010 | 100000001 | 110100 | 1001111 |
Color Harmonies of #BFAFE6
Complementary color
Monochromatic Colors of #BFAFE6
Black with #BFAFE6
Text Example
Text Example
White with #BFAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFE6; }
p { color: rgb(191,175,230); }
H1.HeaderClassName
{
color: #BFAFE6;
}
.AnyTagClassName
{
color: #BFAFE6;
}
</style>
background-color css
<style>
a { background-color: #BFAFE6; }
a { background-color: rgb(191,175,230); }
div.DivClassName
{
background-color: #BFAFE6;
}
.BgClassName
{
background-color: #BFAFE6;
}
</style>
border-color css
<style>
span { border-color: #BFAFE6; }
span { border-color: rgb(191,175,230); }
td.TdClassName
{
border-color: #BFAFE6;
}
.TagClassName
{
border-color: #BFAFE6;
}
</style>