Shades of Melrose #BBADF0
Tints of Melrose #BBADF0
RGB
CMYK
RGB Variations
Color information
#BBADF0 (or 0xBBADF0) is known color: Melrose. HEX triplet: BB, AD and F0. RGB value is (187,173,240). Sum of RGB (Red+Green+Blue) = 187+173+240=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF0 is #44520F. Grayscale: #B8B8B8. Windows color (decimal): -4477456 or 15773115. OLE color: 15773115.
HSL color Cylindrical-coordinate representation of color #BBADF0: hue angle of 252.54º degrees, saturation: 0.69, 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 #BBADF0 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 173 | 240 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 252.54º | 0.69% | 0.81% | - |
| HSV(B) | 252.54º | 0.28% | 0.94% | - |
| XYZ | 51.17 | 46.74 | 88.76 | - |
| YUV | 184.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 240 | 0.22 | 0.28 | 0 | 0.06 | 252.54 | 0.69 | 0.81 |
| Hex | BB | AD | F0 | 16 | 1C | 0 | 6 | FD | 45 | 51 |
| Octal | 273 | 255 | 360 | 26 | 34 | 0 | 6 | 375 | 105 | 121 |
| Binary | 10111011 | 10101101 | 11110000 | 10110 | 11100 | 0 | 110 | 11111101 | 1000101 | 1010001 |
Color Harmonies of #BBADF0
Complementary color
Monochromatic Colors of #BBADF0
Black with #BBADF0
Text Example
Text Example
White with #BBADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADF0; }
p { color: rgb(187,173,240); }
H1.HeaderClassName
{
color: #BBADF0;
}
.AnyTagClassName
{
color: #BBADF0;
}
</style>
background-color css
<style>
a { background-color: #BBADF0; }
a { background-color: rgb(187,173,240); }
div.DivClassName
{
background-color: #BBADF0;
}
.BgClassName
{
background-color: #BBADF0;
}
</style>
border-color css
<style>
span { border-color: #BBADF0; }
span { border-color: rgb(187,173,240); }
td.TdClassName
{
border-color: #BBADF0;
}
.TagClassName
{
border-color: #BBADF0;
}
</style>