Shades of Melrose #BAACFB
Tints of Melrose #BAACFB
RGB
CMYK
RGB Variations
Color information
#BAACFB (or 0xBAACFB) is known color: Melrose. HEX triplet: BA, AC and FB. RGB value is (186,172,251). Sum of RGB (Red+Green+Blue) = 186+172+251=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFB is #455304. Grayscale: #B8B8B8. Windows color (decimal): -4543237 or 16493754. OLE color: 16493754.
HSL color Cylindrical-coordinate representation of color #BAACFB: hue angle of 250.63º 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 #BAACFB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 172 | 251 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.02 |
| HSL | 250.63º | 0.91% | 0.83% | - |
| HSV(B) | 250.63º | 0.31% | 0.98% | - |
| XYZ | 52.41 | 46.91 | 97.56 | - |
| YUV | 185.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 251 | 0.26 | 0.31 | 0 | 0.02 | 250.63 | 0.91 | 0.83 |
| Hex | BA | AC | FB | 1A | 1F | 0 | 2 | FB | 5B | 53 |
| Octal | 272 | 254 | 373 | 32 | 37 | 0 | 2 | 373 | 133 | 123 |
| Binary | 10111010 | 10101100 | 11111011 | 11010 | 11111 | 0 | 10 | 11111011 | 1011011 | 1010011 |
Color Harmonies of #BAACFB
Complementary color
Monochromatic Colors of #BAACFB
Black with #BAACFB
Text Example
Text Example
White with #BAACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACFB; }
p { color: rgb(186,172,251); }
H1.HeaderClassName
{
color: #BAACFB;
}
.AnyTagClassName
{
color: #BAACFB;
}
</style>
background-color css
<style>
a { background-color: #BAACFB; }
a { background-color: rgb(186,172,251); }
div.DivClassName
{
background-color: #BAACFB;
}
.BgClassName
{
background-color: #BAACFB;
}
</style>
border-color css
<style>
span { border-color: #BAACFB; }
span { border-color: rgb(186,172,251); }
td.TdClassName
{
border-color: #BAACFB;
}
.TagClassName
{
border-color: #BAACFB;
}
</style>