Shades of Melrose #BFAEFD
Tints of Melrose #BFAEFD
RGB
CMYK
RGB Variations
Color information
#BFAEFD (or 0xBFAEFD) is known color: Melrose. HEX triplet: BF, AE and FD. RGB value is (191,174,253). Sum of RGB (Red+Green+Blue) = 191+174+253=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEFD is #405102. Grayscale: #BBBBBB. Windows color (decimal): -4215043 or 16625343. OLE color: 16625343.
HSL color Cylindrical-coordinate representation of color #BFAEFD: hue angle of 252.91º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAEFD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 174 | 253 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.01 |
| HSL | 252.91º | 0.95% | 0.84% | - |
| HSV(B) | 252.91º | 0.31% | 0.99% | - |
| XYZ | 54.35 | 48.44 | 99.41 | - |
| YUV | 188.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 253 | 0.25 | 0.31 | 0 | 0.01 | 252.91 | 0.95 | 0.84 |
| Hex | BF | AE | FD | 19 | 1F | 0 | 1 | FD | 5F | 54 |
| Octal | 277 | 256 | 375 | 31 | 37 | 0 | 1 | 375 | 137 | 124 |
| Binary | 10111111 | 10101110 | 11111101 | 11001 | 11111 | 0 | 1 | 11111101 | 1011111 | 1010100 |
Color Harmonies of #BFAEFD
Complementary color
Monochromatic Colors of #BFAEFD
Black with #BFAEFD
Text Example
Text Example
White with #BFAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEFD; }
p { color: rgb(191,174,253); }
H1.HeaderClassName
{
color: #BFAEFD;
}
.AnyTagClassName
{
color: #BFAEFD;
}
</style>
background-color css
<style>
a { background-color: #BFAEFD; }
a { background-color: rgb(191,174,253); }
div.DivClassName
{
background-color: #BFAEFD;
}
.BgClassName
{
background-color: #BFAEFD;
}
</style>
border-color css
<style>
span { border-color: #BFAEFD; }
span { border-color: rgb(191,174,253); }
td.TdClassName
{
border-color: #BFAEFD;
}
.TagClassName
{
border-color: #BFAEFD;
}
</style>