Shades of Melrose #BBA8EC
Tints of Melrose #BBA8EC
RGB
CMYK
RGB Variations
Color information
#BBA8EC (or 0xBBA8EC) is known color: Melrose. HEX triplet: BB, A8 and EC. RGB value is (187,168,236). Sum of RGB (Red+Green+Blue) = 187+168+236=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EC is #445713. Grayscale: #B5B5B5. Windows color (decimal): -4478740 or 15509691. OLE color: 15509691.
HSL color Cylindrical-coordinate representation of color #BBA8EC: hue angle of 256.76º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA8EC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 168 | 236 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 256.76º | 0.64% | 0.79% | - |
| HSV(B) | 256.76º | 0.29% | 0.93% | - |
| XYZ | 49.64 | 44.63 | 85.35 | - |
| YUV | 181.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 236 | 0.21 | 0.29 | 0 | 0.07 | 256.76 | 0.64 | 0.79 |
| Hex | BB | A8 | EC | 15 | 1D | 0 | 7 | 101 | 40 | 4F |
| Octal | 273 | 250 | 354 | 25 | 35 | 0 | 7 | 401 | 100 | 117 |
| Binary | 10111011 | 10101000 | 11101100 | 10101 | 11101 | 0 | 111 | 100000001 | 1000000 | 1001111 |
Color Harmonies of #BBA8EC
Complementary color
Monochromatic Colors of #BBA8EC
Black with #BBA8EC
Text Example
Text Example
White with #BBA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8EC; }
p { color: rgb(187,168,236); }
H1.HeaderClassName
{
color: #BBA8EC;
}
.AnyTagClassName
{
color: #BBA8EC;
}
</style>
background-color css
<style>
a { background-color: #BBA8EC; }
a { background-color: rgb(187,168,236); }
div.DivClassName
{
background-color: #BBA8EC;
}
.BgClassName
{
background-color: #BBA8EC;
}
</style>
border-color css
<style>
span { border-color: #BBA8EC; }
span { border-color: rgb(187,168,236); }
td.TdClassName
{
border-color: #BBA8EC;
}
.TagClassName
{
border-color: #BBA8EC;
}
</style>