Shades of Melrose #BBADE3
Tints of Melrose #BBADE3
RGB
CMYK
RGB Variations
Color information
#BBADE3 (or 0xBBADE3) is known color: Melrose. HEX triplet: BB, AD and E3. RGB value is (187,173,227). Sum of RGB (Red+Green+Blue) = 187+173+227=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE3 is #44521C. Grayscale: #B7B7B7. Windows color (decimal): -4477469 or 14921147. OLE color: 14921147.
HSL color Cylindrical-coordinate representation of color #BBADE3: hue angle of 255.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBADE3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 173 | 227 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.11 |
| HSL | 255.56º | 0.49% | 0.78% | - |
| HSV(B) | 255.56º | 0.24% | 0.89% | - |
| XYZ | 49.3 | 46 | 78.95 | - |
| YUV | 183.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 227 | 0.18 | 0.24 | 0 | 0.11 | 255.56 | 0.49 | 0.78 |
| Hex | BB | AD | E3 | 12 | 18 | 0 | B | 100 | 31 | 4E |
| Octal | 273 | 255 | 343 | 22 | 30 | 0 | 13 | 400 | 61 | 116 |
| Binary | 10111011 | 10101101 | 11100011 | 10010 | 11000 | 0 | 1011 | 100000000 | 110001 | 1001110 |
Color Harmonies of #BBADE3
Complementary color
Monochromatic Colors of #BBADE3
Black with #BBADE3
Text Example
Text Example
White with #BBADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADE3; }
p { color: rgb(187,173,227); }
H1.HeaderClassName
{
color: #BBADE3;
}
.AnyTagClassName
{
color: #BBADE3;
}
</style>
background-color css
<style>
a { background-color: #BBADE3; }
a { background-color: rgb(187,173,227); }
div.DivClassName
{
background-color: #BBADE3;
}
.BgClassName
{
background-color: #BBADE3;
}
</style>
border-color css
<style>
span { border-color: #BBADE3; }
span { border-color: rgb(187,173,227); }
td.TdClassName
{
border-color: #BBADE3;
}
.TagClassName
{
border-color: #BBADE3;
}
</style>