Shades of Melrose #BBADE6
Tints of Melrose #BBADE6
RGB
CMYK
RGB Variations
Color information
#BBADE6 (or 0xBBADE6) is known color: Melrose. HEX triplet: BB, AD and E6. RGB value is (187,173,230). Sum of RGB (Red+Green+Blue) = 187+173+230=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADE6 is #445219. Grayscale: #B7B7B7. Windows color (decimal): -4477466 or 15117755. OLE color: 15117755.
HSL color Cylindrical-coordinate representation of color #BBADE6: hue angle of 254.74º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBADE6 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 173 | 230 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.10 |
| HSL | 254.74º | 0.53% | 0.79% | - |
| HSV(B) | 254.74º | 0.25% | 0.9% | - |
| XYZ | 49.72 | 46.17 | 81.15 | - |
| YUV | 183.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 230 | 0.19 | 0.25 | 0 | 0.10 | 254.74 | 0.53 | 0.79 |
| Hex | BB | AD | E6 | 13 | 19 | 0 | A | FF | 35 | 4F |
| Octal | 273 | 255 | 346 | 23 | 31 | 0 | 12 | 377 | 65 | 117 |
| Binary | 10111011 | 10101101 | 11100110 | 10011 | 11001 | 0 | 1010 | 11111111 | 110101 | 1001111 |
Color Harmonies of #BBADE6
Complementary color
Monochromatic Colors of #BBADE6
Black with #BBADE6
Text Example
Text Example
White with #BBADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADE6; }
p { color: rgb(187,173,230); }
H1.HeaderClassName
{
color: #BBADE6;
}
.AnyTagClassName
{
color: #BBADE6;
}
</style>
background-color css
<style>
a { background-color: #BBADE6; }
a { background-color: rgb(187,173,230); }
div.DivClassName
{
background-color: #BBADE6;
}
.BgClassName
{
background-color: #BBADE6;
}
</style>
border-color css
<style>
span { border-color: #BBADE6; }
span { border-color: rgb(187,173,230); }
td.TdClassName
{
border-color: #BBADE6;
}
.TagClassName
{
border-color: #BBADE6;
}
</style>