Shades of Melrose #BBA8ED
Tints of Melrose #BBA8ED
RGB
CMYK
RGB Variations
Color information
#BBA8ED (or 0xBBA8ED) is known color: Melrose. HEX triplet: BB, A8 and ED. RGB value is (187,168,237). Sum of RGB (Red+Green+Blue) = 187+168+237=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8ED is #445712. Grayscale: #B5B5B5. Windows color (decimal): -4478739 or 15575227. OLE color: 15575227.
HSL color Cylindrical-coordinate representation of color #BBA8ED: hue angle of 256.52º degrees, saturation: 0.66, 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 #BBA8ED is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 168 | 237 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 256.52º | 0.66% | 0.79% | - |
| HSV(B) | 256.52º | 0.29% | 0.93% | - |
| XYZ | 49.78 | 44.68 | 86.12 | - |
| YUV | 181.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 237 | 0.21 | 0.29 | 0 | 0.07 | 256.52 | 0.66 | 0.79 |
| Hex | BB | A8 | ED | 15 | 1D | 0 | 7 | 101 | 42 | 4F |
| Octal | 273 | 250 | 355 | 25 | 35 | 0 | 7 | 401 | 102 | 117 |
| Binary | 10111011 | 10101000 | 11101101 | 10101 | 11101 | 0 | 111 | 100000001 | 1000010 | 1001111 |
Color Harmonies of #BBA8ED
Complementary color
Monochromatic Colors of #BBA8ED
Black with #BBA8ED
Text Example
Text Example
White with #BBA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8ED; }
p { color: rgb(187,168,237); }
H1.HeaderClassName
{
color: #BBA8ED;
}
.AnyTagClassName
{
color: #BBA8ED;
}
</style>
background-color css
<style>
a { background-color: #BBA8ED; }
a { background-color: rgb(187,168,237); }
div.DivClassName
{
background-color: #BBA8ED;
}
.BgClassName
{
background-color: #BBA8ED;
}
</style>
border-color css
<style>
span { border-color: #BBA8ED; }
span { border-color: rgb(187,168,237); }
td.TdClassName
{
border-color: #BBA8ED;
}
.TagClassName
{
border-color: #BBA8ED;
}
</style>