Shades of Melrose #BFAAFE
Tints of Melrose #BFAAFE
RGB
CMYK
RGB Variations
Color information
#BFAAFE (or 0xBFAAFE) is known color: Melrose. HEX triplet: BF, AA and FE. RGB value is (191,170,254). Sum of RGB (Red+Green+Blue) = 191+170+254=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAFE is #405501. Grayscale: #B9B9B9. Windows color (decimal): -4216066 or 16689855. OLE color: 16689855.
HSL color Cylindrical-coordinate representation of color #BFAAFE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFAAFE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 170 | 254 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.00 |
| HSL | 255º | 0.98% | 0.83% | - |
| HSV(B) | 255º | 0.33% | 1% | - |
| XYZ | 53.75 | 46.98 | 100 | - |
| YUV | 185.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 254 | 0.25 | 0.33 | 0 | 0.00 | 255 | 0.98 | 0.83 |
| Hex | BF | AA | FE | 19 | 21 | 0 | 0 | FF | 62 | 53 |
| Octal | 277 | 252 | 376 | 31 | 41 | 0 | 0 | 377 | 142 | 123 |
| Binary | 10111111 | 10101010 | 11111110 | 11001 | 100001 | 0 | 0 | 11111111 | 1100010 | 1010011 |
Color Harmonies of #BFAAFE
Complementary color
Monochromatic Colors of #BFAAFE
Black with #BFAAFE
Text Example
Text Example
White with #BFAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAFE; }
p { color: rgb(191,170,254); }
H1.HeaderClassName
{
color: #BFAAFE;
}
.AnyTagClassName
{
color: #BFAAFE;
}
</style>
background-color css
<style>
a { background-color: #BFAAFE; }
a { background-color: rgb(191,170,254); }
div.DivClassName
{
background-color: #BFAAFE;
}
.BgClassName
{
background-color: #BFAAFE;
}
</style>
border-color css
<style>
span { border-color: #BFAAFE; }
span { border-color: rgb(191,170,254); }
td.TdClassName
{
border-color: #BFAAFE;
}
.TagClassName
{
border-color: #BFAAFE;
}
</style>