Shades of Melrose #BBA8EF
Tints of Melrose #BBA8EF
RGB
CMYK
RGB Variations
Color information
#BBA8EF (or 0xBBA8EF) is known color: Melrose. HEX triplet: BB, A8 and EF. RGB value is (187,168,239). Sum of RGB (Red+Green+Blue) = 187+168+239=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EF is #445710. Grayscale: #B5B5B5. Windows color (decimal): -4478737 or 15706299. OLE color: 15706299.
HSL color Cylindrical-coordinate representation of color #BBA8EF: hue angle of 256.06º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA8EF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 168 | 239 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.06 |
| HSL | 256.06º | 0.69% | 0.8% | - |
| HSV(B) | 256.06º | 0.3% | 0.94% | - |
| XYZ | 50.08 | 44.8 | 87.67 | - |
| YUV | 181.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 239 | 0.22 | 0.30 | 0 | 0.06 | 256.06 | 0.69 | 0.8 |
| Hex | BB | A8 | EF | 16 | 1E | 0 | 6 | 100 | 45 | 50 |
| Octal | 273 | 250 | 357 | 26 | 36 | 0 | 6 | 400 | 105 | 120 |
| Binary | 10111011 | 10101000 | 11101111 | 10110 | 11110 | 0 | 110 | 100000000 | 1000101 | 1010000 |
Color Harmonies of #BBA8EF
Complementary color
Monochromatic Colors of #BBA8EF
Black with #BBA8EF
Text Example
Text Example
White with #BBA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8EF; }
p { color: rgb(187,168,239); }
H1.HeaderClassName
{
color: #BBA8EF;
}
.AnyTagClassName
{
color: #BBA8EF;
}
</style>
background-color css
<style>
a { background-color: #BBA8EF; }
a { background-color: rgb(187,168,239); }
div.DivClassName
{
background-color: #BBA8EF;
}
.BgClassName
{
background-color: #BBA8EF;
}
</style>
border-color css
<style>
span { border-color: #BBA8EF; }
span { border-color: rgb(187,168,239); }
td.TdClassName
{
border-color: #BBA8EF;
}
.TagClassName
{
border-color: #BBA8EF;
}
</style>