Shades of Melrose #BBA8EB
Tints of Melrose #BBA8EB
RGB
CMYK
RGB Variations
Color information
#BBA8EB (or 0xBBA8EB) is known color: Melrose. HEX triplet: BB, A8 and EB. RGB value is (187,168,235). Sum of RGB (Red+Green+Blue) = 187+168+235=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EB is #445714. Grayscale: #B5B5B5. Windows color (decimal): -4478741 or 15444155. OLE color: 15444155.
HSL color Cylindrical-coordinate representation of color #BBA8EB: hue angle of 257.01º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA8EB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 168 | 235 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.08 |
| HSL | 257.01º | 0.63% | 0.79% | - |
| HSV(B) | 257.01º | 0.29% | 0.92% | - |
| XYZ | 49.49 | 44.57 | 84.59 | - |
| YUV | 181.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 235 | 0.20 | 0.29 | 0 | 0.08 | 257.01 | 0.63 | 0.79 |
| Hex | BB | A8 | EB | 14 | 1D | 0 | 8 | 101 | 3F | 4F |
| Octal | 273 | 250 | 353 | 24 | 35 | 0 | 10 | 401 | 77 | 117 |
| Binary | 10111011 | 10101000 | 11101011 | 10100 | 11101 | 0 | 1000 | 100000001 | 111111 | 1001111 |
Color Harmonies of #BBA8EB
Complementary color
Monochromatic Colors of #BBA8EB
Black with #BBA8EB
Text Example
Text Example
White with #BBA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8EB; }
p { color: rgb(187,168,235); }
H1.HeaderClassName
{
color: #BBA8EB;
}
.AnyTagClassName
{
color: #BBA8EB;
}
</style>
background-color css
<style>
a { background-color: #BBA8EB; }
a { background-color: rgb(187,168,235); }
div.DivClassName
{
background-color: #BBA8EB;
}
.BgClassName
{
background-color: #BBA8EB;
}
</style>
border-color css
<style>
span { border-color: #BBA8EB; }
span { border-color: rgb(187,168,235); }
td.TdClassName
{
border-color: #BBA8EB;
}
.TagClassName
{
border-color: #BBA8EB;
}
</style>