Shades of Melrose #BFAEEC
Tints of Melrose #BFAEEC
RGB
CMYK
RGB Variations
Color information
#BFAEEC (or 0xBFAEEC) is known color: Melrose. HEX triplet: BF, AE and EC. RGB value is (191,174,236). Sum of RGB (Red+Green+Blue) = 191+174+236=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEEC is #405113. Grayscale: #B9B9B9. Windows color (decimal): -4215060 or 15511231. OLE color: 15511231.
HSL color Cylindrical-coordinate representation of color #BFAEEC: hue angle of 256.45º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAEEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 174 | 236 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.07 |
| HSL | 256.45º | 0.62% | 0.8% | - |
| HSV(B) | 256.45º | 0.26% | 0.93% | - |
| XYZ | 51.76 | 47.4 | 85.78 | - |
| YUV | 186.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 236 | 0.19 | 0.26 | 0 | 0.07 | 256.45 | 0.62 | 0.8 |
| Hex | BF | AE | EC | 13 | 1A | 0 | 7 | 100 | 3E | 50 |
| Octal | 277 | 256 | 354 | 23 | 32 | 0 | 7 | 400 | 76 | 120 |
| Binary | 10111111 | 10101110 | 11101100 | 10011 | 11010 | 0 | 111 | 100000000 | 111110 | 1010000 |
Color Harmonies of #BFAEEC
Complementary color
Monochromatic Colors of #BFAEEC
Black with #BFAEEC
Text Example
Text Example
White with #BFAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEEC; }
p { color: rgb(191,174,236); }
H1.HeaderClassName
{
color: #BFAEEC;
}
.AnyTagClassName
{
color: #BFAEEC;
}
</style>
background-color css
<style>
a { background-color: #BFAEEC; }
a { background-color: rgb(191,174,236); }
div.DivClassName
{
background-color: #BFAEEC;
}
.BgClassName
{
background-color: #BFAEEC;
}
</style>
border-color css
<style>
span { border-color: #BFAEEC; }
span { border-color: rgb(191,174,236); }
td.TdClassName
{
border-color: #BFAEEC;
}
.TagClassName
{
border-color: #BFAEEC;
}
</style>