Shades of Melrose #BFADE6
Tints of Melrose #BFADE6
RGB
CMYK
RGB Variations
Color information
#BFADE6 (or 0xBFADE6) is known color: Melrose. HEX triplet: BF, AD and E6. RGB value is (191,173,230). Sum of RGB (Red+Green+Blue) = 191+173+230=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADE6 is #405219. Grayscale: #B8B8B8. Windows color (decimal): -4215322 or 15117759. OLE color: 15117759.
HSL color Cylindrical-coordinate representation of color #BFADE6: hue angle of 258.95º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFADE6 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 173 | 230 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.10 |
| HSL | 258.95º | 0.53% | 0.79% | - |
| HSV(B) | 258.95º | 0.25% | 0.9% | - |
| XYZ | 50.71 | 46.68 | 81.2 | - |
| YUV | 184.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 230 | 0.17 | 0.25 | 0 | 0.10 | 258.95 | 0.53 | 0.79 |
| Hex | BF | AD | E6 | 11 | 19 | 0 | A | 103 | 35 | 4F |
| Octal | 277 | 255 | 346 | 21 | 31 | 0 | 12 | 403 | 65 | 117 |
| Binary | 10111111 | 10101101 | 11100110 | 10001 | 11001 | 0 | 1010 | 100000011 | 110101 | 1001111 |
Color Harmonies of #BFADE6
Complementary color
Monochromatic Colors of #BFADE6
Black with #BFADE6
Text Example
Text Example
White with #BFADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE6; }
p { color: rgb(191,173,230); }
H1.HeaderClassName
{
color: #BFADE6;
}
.AnyTagClassName
{
color: #BFADE6;
}
</style>
background-color css
<style>
a { background-color: #BFADE6; }
a { background-color: rgb(191,173,230); }
div.DivClassName
{
background-color: #BFADE6;
}
.BgClassName
{
background-color: #BFADE6;
}
</style>
border-color css
<style>
span { border-color: #BFADE6; }
span { border-color: rgb(191,173,230); }
td.TdClassName
{
border-color: #BFADE6;
}
.TagClassName
{
border-color: #BFADE6;
}
</style>