Shades of Melrose #BAADFB
Tints of Melrose #BAADFB
RGB
CMYK
RGB Variations
Color information
#BAADFB (or 0xBAADFB) is known color: Melrose. HEX triplet: BA, AD and FB. RGB value is (186,173,251). Sum of RGB (Red+Green+Blue) = 186+173+251=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFB is #455204. Grayscale: #B9B9B9. Windows color (decimal): -4542981 or 16494010. OLE color: 16494010.
HSL color Cylindrical-coordinate representation of color #BAADFB: hue angle of 250º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAADFB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 173 | 251 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.02 |
| HSL | 250º | 0.91% | 0.83% | - |
| HSV(B) | 250º | 0.31% | 0.98% | - |
| XYZ | 52.61 | 47.29 | 97.62 | - |
| YUV | 185.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 251 | 0.26 | 0.31 | 0 | 0.02 | 250 | 0.91 | 0.83 |
| Hex | BA | AD | FB | 1A | 1F | 0 | 2 | FA | 5B | 53 |
| Octal | 272 | 255 | 373 | 32 | 37 | 0 | 2 | 372 | 133 | 123 |
| Binary | 10111010 | 10101101 | 11111011 | 11010 | 11111 | 0 | 10 | 11111010 | 1011011 | 1010011 |
Color Harmonies of #BAADFB
Complementary color
Monochromatic Colors of #BAADFB
Black with #BAADFB
Text Example
Text Example
White with #BAADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADFB; }
p { color: rgb(186,173,251); }
H1.HeaderClassName
{
color: #BAADFB;
}
.AnyTagClassName
{
color: #BAADFB;
}
</style>
background-color css
<style>
a { background-color: #BAADFB; }
a { background-color: rgb(186,173,251); }
div.DivClassName
{
background-color: #BAADFB;
}
.BgClassName
{
background-color: #BAADFB;
}
</style>
border-color css
<style>
span { border-color: #BAADFB; }
span { border-color: rgb(186,173,251); }
td.TdClassName
{
border-color: #BAADFB;
}
.TagClassName
{
border-color: #BAADFB;
}
</style>