Shades of Melrose #BFADE5
Tints of Melrose #BFADE5
RGB
CMYK
RGB Variations
Color information
#BFADE5 (or 0xBFADE5) is known color: Melrose. HEX triplet: BF, AD and E5. RGB value is (191,173,229). Sum of RGB (Red+Green+Blue) = 191+173+229=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADE5 is #40521A. Grayscale: #B8B8B8. Windows color (decimal): -4215323 or 15052223. OLE color: 15052223.
HSL color Cylindrical-coordinate representation of color #BFADE5: hue angle of 259.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFADE5 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 173 | 229 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.10 |
| HSL | 259.29º | 0.52% | 0.79% | - |
| HSV(B) | 259.29º | 0.24% | 0.9% | - |
| XYZ | 50.57 | 46.62 | 80.46 | - |
| YUV | 184.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 229 | 0.17 | 0.24 | 0 | 0.10 | 259.29 | 0.52 | 0.79 |
| Hex | BF | AD | E5 | 11 | 18 | 0 | A | 103 | 34 | 4F |
| Octal | 277 | 255 | 345 | 21 | 30 | 0 | 12 | 403 | 64 | 117 |
| Binary | 10111111 | 10101101 | 11100101 | 10001 | 11000 | 0 | 1010 | 100000011 | 110100 | 1001111 |
Color Harmonies of #BFADE5
Complementary color
Monochromatic Colors of #BFADE5
Black with #BFADE5
Text Example
Text Example
White with #BFADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE5; }
p { color: rgb(191,173,229); }
H1.HeaderClassName
{
color: #BFADE5;
}
.AnyTagClassName
{
color: #BFADE5;
}
</style>
background-color css
<style>
a { background-color: #BFADE5; }
a { background-color: rgb(191,173,229); }
div.DivClassName
{
background-color: #BFADE5;
}
.BgClassName
{
background-color: #BFADE5;
}
</style>
border-color css
<style>
span { border-color: #BFADE5; }
span { border-color: rgb(191,173,229); }
td.TdClassName
{
border-color: #BFADE5;
}
.TagClassName
{
border-color: #BFADE5;
}
</style>