Shades of Melrose #BFADEF
Tints of Melrose #BFADEF
RGB
CMYK
RGB Variations
Color information
#BFADEF (or 0xBFADEF) is known color: Melrose. HEX triplet: BF, AD and EF. RGB value is (191,173,239). Sum of RGB (Red+Green+Blue) = 191+173+239=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADEF is #405210. Grayscale: #B9B9B9. Windows color (decimal): -4215313 or 15707583. OLE color: 15707583.
HSL color Cylindrical-coordinate representation of color #BFADEF: hue angle of 256.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFADEF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 173 | 239 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 256.36º | 0.67% | 0.81% | - |
| HSV(B) | 256.36º | 0.28% | 0.94% | - |
| XYZ | 52.01 | 47.2 | 88.03 | - |
| YUV | 185.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 239 | 0.20 | 0.28 | 0 | 0.06 | 256.36 | 0.67 | 0.81 |
| Hex | BF | AD | EF | 14 | 1C | 0 | 6 | 100 | 43 | 51 |
| Octal | 277 | 255 | 357 | 24 | 34 | 0 | 6 | 400 | 103 | 121 |
| Binary | 10111111 | 10101101 | 11101111 | 10100 | 11100 | 0 | 110 | 100000000 | 1000011 | 1010001 |
Color Harmonies of #BFADEF
Complementary color
Monochromatic Colors of #BFADEF
Black with #BFADEF
Text Example
Text Example
White with #BFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADEF; }
p { color: rgb(191,173,239); }
H1.HeaderClassName
{
color: #BFADEF;
}
.AnyTagClassName
{
color: #BFADEF;
}
</style>
background-color css
<style>
a { background-color: #BFADEF; }
a { background-color: rgb(191,173,239); }
div.DivClassName
{
background-color: #BFADEF;
}
.BgClassName
{
background-color: #BFADEF;
}
</style>
border-color css
<style>
span { border-color: #BFADEF; }
span { border-color: rgb(191,173,239); }
td.TdClassName
{
border-color: #BFADEF;
}
.TagClassName
{
border-color: #BFADEF;
}
</style>