Shades of Melrose #BBADFE
Tints of Melrose #BBADFE
RGB
CMYK
RGB Variations
Color information
#BBADFE (or 0xBBADFE) is known color: Melrose. HEX triplet: BB, AD and FE. RGB value is (187,173,254). Sum of RGB (Red+Green+Blue) = 187+173+254=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFE is #445201. Grayscale: #BABABA. Windows color (decimal): -4477442 or 16690619. OLE color: 16690619.
HSL color Cylindrical-coordinate representation of color #BBADFE: hue angle of 250.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBADFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 173 | 254 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.00 |
| HSL | 250.37º | 0.98% | 0.84% | - |
| HSV(B) | 250.37º | 0.32% | 1% | - |
| XYZ | 53.33 | 47.61 | 100.14 | - |
| YUV | 186.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 254 | 0.26 | 0.32 | 0 | 0.00 | 250.37 | 0.98 | 0.84 |
| Hex | BB | AD | FE | 1A | 20 | 0 | 0 | FA | 62 | 54 |
| Octal | 273 | 255 | 376 | 32 | 40 | 0 | 0 | 372 | 142 | 124 |
| Binary | 10111011 | 10101101 | 11111110 | 11010 | 100000 | 0 | 0 | 11111010 | 1100010 | 1010100 |
Color Harmonies of #BBADFE
Complementary color
Monochromatic Colors of #BBADFE
Black with #BBADFE
Text Example
Text Example
White with #BBADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADFE; }
p { color: rgb(187,173,254); }
H1.HeaderClassName
{
color: #BBADFE;
}
.AnyTagClassName
{
color: #BBADFE;
}
</style>
background-color css
<style>
a { background-color: #BBADFE; }
a { background-color: rgb(187,173,254); }
div.DivClassName
{
background-color: #BBADFE;
}
.BgClassName
{
background-color: #BBADFE;
}
</style>
border-color css
<style>
span { border-color: #BBADFE; }
span { border-color: rgb(187,173,254); }
td.TdClassName
{
border-color: #BBADFE;
}
.TagClassName
{
border-color: #BBADFE;
}
</style>