Shades of Melrose #BBADF8
Tints of Melrose #BBADF8
RGB
CMYK
RGB Variations
Color information
#BBADF8 (or 0xBBADF8) is known color: Melrose. HEX triplet: BB, AD and F8. RGB value is (187,173,248). Sum of RGB (Red+Green+Blue) = 187+173+248=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF8 is #445207. Grayscale: #B9B9B9. Windows color (decimal): -4477448 or 16297403. OLE color: 16297403.
HSL color Cylindrical-coordinate representation of color #BBADF8: hue angle of 251.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBADF8 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 173 | 248 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.03 |
| HSL | 251.2º | 0.84% | 0.83% | - |
| HSV(B) | 251.2º | 0.3% | 0.97% | - |
| XYZ | 52.38 | 47.23 | 95.16 | - |
| YUV | 185.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 248 | 0.25 | 0.30 | 0 | 0.03 | 251.2 | 0.84 | 0.83 |
| Hex | BB | AD | F8 | 19 | 1E | 0 | 3 | FB | 54 | 53 |
| Octal | 273 | 255 | 370 | 31 | 36 | 0 | 3 | 373 | 124 | 123 |
| Binary | 10111011 | 10101101 | 11111000 | 11001 | 11110 | 0 | 11 | 11111011 | 1010100 | 1010011 |
Color Harmonies of #BBADF8
Complementary color
Monochromatic Colors of #BBADF8
Black with #BBADF8
Text Example
Text Example
White with #BBADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADF8; }
p { color: rgb(187,173,248); }
H1.HeaderClassName
{
color: #BBADF8;
}
.AnyTagClassName
{
color: #BBADF8;
}
</style>
background-color css
<style>
a { background-color: #BBADF8; }
a { background-color: rgb(187,173,248); }
div.DivClassName
{
background-color: #BBADF8;
}
.BgClassName
{
background-color: #BBADF8;
}
</style>
border-color css
<style>
span { border-color: #BBADF8; }
span { border-color: rgb(187,173,248); }
td.TdClassName
{
border-color: #BBADF8;
}
.TagClassName
{
border-color: #BBADF8;
}
</style>