Shades of Melrose #BFADEA
Tints of Melrose #BFADEA
RGB
CMYK
RGB Variations
Color information
#BFADEA (or 0xBFADEA) is known color: Melrose. HEX triplet: BF, AD and EA. RGB value is (191,173,234). Sum of RGB (Red+Green+Blue) = 191+173+234=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADEA is #405215. Grayscale: #B9B9B9. Windows color (decimal): -4215318 or 15379903. OLE color: 15379903.
HSL color Cylindrical-coordinate representation of color #BFADEA: hue angle of 257.7º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFADEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 173 | 234 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.08 |
| HSL | 257.7º | 0.59% | 0.8% | - |
| HSV(B) | 257.7º | 0.26% | 0.92% | - |
| XYZ | 51.28 | 46.9 | 84.19 | - |
| YUV | 185.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 234 | 0.18 | 0.26 | 0 | 0.08 | 257.7 | 0.59 | 0.8 |
| Hex | BF | AD | EA | 12 | 1A | 0 | 8 | 102 | 3B | 50 |
| Octal | 277 | 255 | 352 | 22 | 32 | 0 | 10 | 402 | 73 | 120 |
| Binary | 10111111 | 10101101 | 11101010 | 10010 | 11010 | 0 | 1000 | 100000010 | 111011 | 1010000 |
Color Harmonies of #BFADEA
Complementary color
Monochromatic Colors of #BFADEA
Black with #BFADEA
Text Example
Text Example
White with #BFADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADEA; }
p { color: rgb(191,173,234); }
H1.HeaderClassName
{
color: #BFADEA;
}
.AnyTagClassName
{
color: #BFADEA;
}
</style>
background-color css
<style>
a { background-color: #BFADEA; }
a { background-color: rgb(191,173,234); }
div.DivClassName
{
background-color: #BFADEA;
}
.BgClassName
{
background-color: #BFADEA;
}
</style>
border-color css
<style>
span { border-color: #BFADEA; }
span { border-color: rgb(191,173,234); }
td.TdClassName
{
border-color: #BFADEA;
}
.TagClassName
{
border-color: #BFADEA;
}
</style>