Shades of Melrose #BFAEEE
Tints of Melrose #BFAEEE
RGB
CMYK
RGB Variations
Color information
#BFAEEE (or 0xBFAEEE) is known color: Melrose. HEX triplet: BF, AE and EE. RGB value is (191,174,238). Sum of RGB (Red+Green+Blue) = 191+174+238=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEEE is #405111. Grayscale: #BABABA. Windows color (decimal): -4215058 or 15642303. OLE color: 15642303.
HSL color Cylindrical-coordinate representation of color #BFAEEE: hue angle of 255.94º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFAEEE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 174 | 238 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.07 |
| HSL | 255.94º | 0.65% | 0.81% | - |
| HSV(B) | 255.94º | 0.27% | 0.93% | - |
| XYZ | 52.05 | 47.52 | 87.32 | - |
| YUV | 186.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 238 | 0.20 | 0.27 | 0 | 0.07 | 255.94 | 0.65 | 0.81 |
| Hex | BF | AE | EE | 14 | 1B | 0 | 7 | 100 | 41 | 51 |
| Octal | 277 | 256 | 356 | 24 | 33 | 0 | 7 | 400 | 101 | 121 |
| Binary | 10111111 | 10101110 | 11101110 | 10100 | 11011 | 0 | 111 | 100000000 | 1000001 | 1010001 |
Color Harmonies of #BFAEEE
Complementary color
Monochromatic Colors of #BFAEEE
Black with #BFAEEE
Text Example
Text Example
White with #BFAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEEE; }
p { color: rgb(191,174,238); }
H1.HeaderClassName
{
color: #BFAEEE;
}
.AnyTagClassName
{
color: #BFAEEE;
}
</style>
background-color css
<style>
a { background-color: #BFAEEE; }
a { background-color: rgb(191,174,238); }
div.DivClassName
{
background-color: #BFAEEE;
}
.BgClassName
{
background-color: #BFAEEE;
}
</style>
border-color css
<style>
span { border-color: #BFAEEE; }
span { border-color: rgb(191,174,238); }
td.TdClassName
{
border-color: #BFAEEE;
}
.TagClassName
{
border-color: #BFAEEE;
}
</style>