Shades of Melrose #BBADFD
Tints of Melrose #BBADFD
RGB
CMYK
RGB Variations
Color information
#BBADFD (or 0xBBADFD) is known color: Melrose. HEX triplet: BB, AD and FD. RGB value is (187,173,253). Sum of RGB (Red+Green+Blue) = 187+173+253=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFD is #445202. Grayscale: #BABABA. Windows color (decimal): -4477443 or 16625083. OLE color: 16625083.
HSL color Cylindrical-coordinate representation of color #BBADFD: hue angle of 250.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBADFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 173 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 250.5º | 0.95% | 0.84% | - |
| HSV(B) | 250.5º | 0.32% | 0.99% | - |
| XYZ | 53.17 | 47.54 | 99.3 | - |
| YUV | 186.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 253 | 0.26 | 0.32 | 0 | 0.01 | 250.5 | 0.95 | 0.84 |
| Hex | BB | AD | FD | 1A | 20 | 0 | 1 | FB | 5F | 54 |
| Octal | 273 | 255 | 375 | 32 | 40 | 0 | 1 | 373 | 137 | 124 |
| Binary | 10111011 | 10101101 | 11111101 | 11010 | 100000 | 0 | 1 | 11111011 | 1011111 | 1010100 |
Color Harmonies of #BBADFD
Complementary color
Monochromatic Colors of #BBADFD
Black with #BBADFD
Text Example
Text Example
White with #BBADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADFD; }
p { color: rgb(187,173,253); }
H1.HeaderClassName
{
color: #BBADFD;
}
.AnyTagClassName
{
color: #BBADFD;
}
</style>
background-color css
<style>
a { background-color: #BBADFD; }
a { background-color: rgb(187,173,253); }
div.DivClassName
{
background-color: #BBADFD;
}
.BgClassName
{
background-color: #BBADFD;
}
</style>
border-color css
<style>
span { border-color: #BBADFD; }
span { border-color: rgb(187,173,253); }
td.TdClassName
{
border-color: #BBADFD;
}
.TagClassName
{
border-color: #BBADFD;
}
</style>