Shades of Melrose #BBADEF
Tints of Melrose #BBADEF
RGB
CMYK
RGB Variations
Color information
#BBADEF (or 0xBBADEF) is known color: Melrose. HEX triplet: BB, AD and EF. RGB value is (187,173,239). Sum of RGB (Red+Green+Blue) = 187+173+239=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADEF is #445210. Grayscale: #B8B8B8. Windows color (decimal): -4477457 or 15707579. OLE color: 15707579.
HSL color Cylindrical-coordinate representation of color #BBADEF: hue angle of 252.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBADEF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 173 | 239 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 252.73º | 0.67% | 0.81% | - |
| HSV(B) | 252.73º | 0.28% | 0.94% | - |
| XYZ | 51.02 | 46.68 | 87.98 | - |
| YUV | 184.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 239 | 0.22 | 0.28 | 0 | 0.06 | 252.73 | 0.67 | 0.81 |
| Hex | BB | AD | EF | 16 | 1C | 0 | 6 | FD | 43 | 51 |
| Octal | 273 | 255 | 357 | 26 | 34 | 0 | 6 | 375 | 103 | 121 |
| Binary | 10111011 | 10101101 | 11101111 | 10110 | 11100 | 0 | 110 | 11111101 | 1000011 | 1010001 |
Color Harmonies of #BBADEF
Complementary color
Monochromatic Colors of #BBADEF
Black with #BBADEF
Text Example
Text Example
White with #BBADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADEF; }
p { color: rgb(187,173,239); }
H1.HeaderClassName
{
color: #BBADEF;
}
.AnyTagClassName
{
color: #BBADEF;
}
</style>
background-color css
<style>
a { background-color: #BBADEF; }
a { background-color: rgb(187,173,239); }
div.DivClassName
{
background-color: #BBADEF;
}
.BgClassName
{
background-color: #BBADEF;
}
</style>
border-color css
<style>
span { border-color: #BBADEF; }
span { border-color: rgb(187,173,239); }
td.TdClassName
{
border-color: #BBADEF;
}
.TagClassName
{
border-color: #BBADEF;
}
</style>