Shades of Melrose #BBA9EB
Tints of Melrose #BBA9EB
RGB
CMYK
RGB Variations
Color information
#BBA9EB (or 0xBBA9EB) is known color: Melrose. HEX triplet: BB, A9 and EB. RGB value is (187,169,235). Sum of RGB (Red+Green+Blue) = 187+169+235=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EB is #445614. Grayscale: #B5B5B5. Windows color (decimal): -4478485 or 15444411. OLE color: 15444411.
HSL color Cylindrical-coordinate representation of color #BBA9EB: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA9EB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 169 | 235 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.08 |
| HSL | 256.36º | 0.62% | 0.79% | - |
| HSV(B) | 256.36º | 0.28% | 0.92% | - |
| XYZ | 49.68 | 44.94 | 84.65 | - |
| YUV | 181.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 235 | 0.20 | 0.28 | 0 | 0.08 | 256.36 | 0.62 | 0.79 |
| Hex | BB | A9 | EB | 14 | 1C | 0 | 8 | 100 | 3E | 4F |
| Octal | 273 | 251 | 353 | 24 | 34 | 0 | 10 | 400 | 76 | 117 |
| Binary | 10111011 | 10101001 | 11101011 | 10100 | 11100 | 0 | 1000 | 100000000 | 111110 | 1001111 |
Color Harmonies of #BBA9EB
Complementary color
Monochromatic Colors of #BBA9EB
Black with #BBA9EB
Text Example
Text Example
White with #BBA9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9EB; }
p { color: rgb(187,169,235); }
H1.HeaderClassName
{
color: #BBA9EB;
}
.AnyTagClassName
{
color: #BBA9EB;
}
</style>
background-color css
<style>
a { background-color: #BBA9EB; }
a { background-color: rgb(187,169,235); }
div.DivClassName
{
background-color: #BBA9EB;
}
.BgClassName
{
background-color: #BBA9EB;
}
</style>
border-color css
<style>
span { border-color: #BBA9EB; }
span { border-color: rgb(187,169,235); }
td.TdClassName
{
border-color: #BBA9EB;
}
.TagClassName
{
border-color: #BBA9EB;
}
</style>