Shades of Melrose #BFAEF0
Tints of Melrose #BFAEF0
RGB
CMYK
RGB Variations
Color information
#BFAEF0 (or 0xBFAEF0) is known color: Melrose. HEX triplet: BF, AE and F0. RGB value is (191,174,240). Sum of RGB (Red+Green+Blue) = 191+174+240=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEF0 is #40510F. Grayscale: #BABABA. Windows color (decimal): -4215056 or 15773375. OLE color: 15773375.
HSL color Cylindrical-coordinate representation of color #BFAEF0: hue angle of 255.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFAEF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 174 | 240 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 255.45º | 0.69% | 0.81% | - |
| HSV(B) | 255.45º | 0.28% | 0.94% | - |
| XYZ | 52.35 | 47.64 | 88.87 | - |
| YUV | 186.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 240 | 0.20 | 0.28 | 0 | 0.06 | 255.45 | 0.69 | 0.81 |
| Hex | BF | AE | F0 | 14 | 1C | 0 | 6 | FF | 45 | 51 |
| Octal | 277 | 256 | 360 | 24 | 34 | 0 | 6 | 377 | 105 | 121 |
| Binary | 10111111 | 10101110 | 11110000 | 10100 | 11100 | 0 | 110 | 11111111 | 1000101 | 1010001 |
Color Harmonies of #BFAEF0
Complementary color
Monochromatic Colors of #BFAEF0
Black with #BFAEF0
Text Example
Text Example
White with #BFAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEF0; }
p { color: rgb(191,174,240); }
H1.HeaderClassName
{
color: #BFAEF0;
}
.AnyTagClassName
{
color: #BFAEF0;
}
</style>
background-color css
<style>
a { background-color: #BFAEF0; }
a { background-color: rgb(191,174,240); }
div.DivClassName
{
background-color: #BFAEF0;
}
.BgClassName
{
background-color: #BFAEF0;
}
</style>
border-color css
<style>
span { border-color: #BFAEF0; }
span { border-color: rgb(191,174,240); }
td.TdClassName
{
border-color: #BFAEF0;
}
.TagClassName
{
border-color: #BFAEF0;
}
</style>