Shades of Melrose #BFAFE3
Tints of Melrose #BFAFE3
RGB
CMYK
RGB Variations
Color information
#BFAFE3 (or 0xBFAFE3) is known color: Melrose. HEX triplet: BF, AF and E3. RGB value is (191,175,227). Sum of RGB (Red+Green+Blue) = 191+175+227=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE3 is #40501C. Grayscale: #B9B9B9. Windows color (decimal): -4214813 or 14921663. OLE color: 14921663.
HSL color Cylindrical-coordinate representation of color #BFAFE3: hue angle of 258.46º degrees, saturation: 0.48, 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 #BFAFE3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 175 | 227 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.11 |
| HSL | 258.46º | 0.48% | 0.79% | - |
| HSV(B) | 258.46º | 0.23% | 0.89% | - |
| XYZ | 50.68 | 47.28 | 79.13 | - |
| YUV | 185.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 227 | 0.16 | 0.23 | 0 | 0.11 | 258.46 | 0.48 | 0.79 |
| Hex | BF | AF | E3 | 10 | 17 | 0 | B | 102 | 30 | 4F |
| Octal | 277 | 257 | 343 | 20 | 27 | 0 | 13 | 402 | 60 | 117 |
| Binary | 10111111 | 10101111 | 11100011 | 10000 | 10111 | 0 | 1011 | 100000010 | 110000 | 1001111 |
Color Harmonies of #BFAFE3
Complementary color
Monochromatic Colors of #BFAFE3
Black with #BFAFE3
Text Example
Text Example
White with #BFAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFE3; }
p { color: rgb(191,175,227); }
H1.HeaderClassName
{
color: #BFAFE3;
}
.AnyTagClassName
{
color: #BFAFE3;
}
</style>
background-color css
<style>
a { background-color: #BFAFE3; }
a { background-color: rgb(191,175,227); }
div.DivClassName
{
background-color: #BFAFE3;
}
.BgClassName
{
background-color: #BFAFE3;
}
</style>
border-color css
<style>
span { border-color: #BFAFE3; }
span { border-color: rgb(191,175,227); }
td.TdClassName
{
border-color: #BFAFE3;
}
.TagClassName
{
border-color: #BFAFE3;
}
</style>