Shades of Melrose #BFADEE
Tints of Melrose #BFADEE
RGB
CMYK
RGB Variations
Color information
#BFADEE (or 0xBFADEE) is known color: Melrose. HEX triplet: BF, AD and EE. RGB value is (191,173,238). Sum of RGB (Red+Green+Blue) = 191+173+238=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADEE is #405211. Grayscale: #B9B9B9. Windows color (decimal): -4215314 or 15642047. OLE color: 15642047.
HSL color Cylindrical-coordinate representation of color #BFADEE: hue angle of 256.62º degrees, saturation: 0.66, 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 #BFADEE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 173 | 238 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.07 |
| HSL | 256.62º | 0.66% | 0.81% | - |
| HSV(B) | 256.62º | 0.27% | 0.93% | - |
| XYZ | 51.86 | 47.14 | 87.25 | - |
| YUV | 185.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 238 | 0.20 | 0.27 | 0 | 0.07 | 256.62 | 0.66 | 0.81 |
| Hex | BF | AD | EE | 14 | 1B | 0 | 7 | 101 | 42 | 51 |
| Octal | 277 | 255 | 356 | 24 | 33 | 0 | 7 | 401 | 102 | 121 |
| Binary | 10111111 | 10101101 | 11101110 | 10100 | 11011 | 0 | 111 | 100000001 | 1000010 | 1010001 |
Color Harmonies of #BFADEE
Complementary color
Monochromatic Colors of #BFADEE
Black with #BFADEE
Text Example
Text Example
White with #BFADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADEE; }
p { color: rgb(191,173,238); }
H1.HeaderClassName
{
color: #BFADEE;
}
.AnyTagClassName
{
color: #BFADEE;
}
</style>
background-color css
<style>
a { background-color: #BFADEE; }
a { background-color: rgb(191,173,238); }
div.DivClassName
{
background-color: #BFADEE;
}
.BgClassName
{
background-color: #BFADEE;
}
</style>
border-color css
<style>
span { border-color: #BFADEE; }
span { border-color: rgb(191,173,238); }
td.TdClassName
{
border-color: #BFADEE;
}
.TagClassName
{
border-color: #BFADEE;
}
</style>