Shades of Melrose #BBADFB
Tints of Melrose #BBADFB
RGB
CMYK
RGB Variations
Color information
#BBADFB (or 0xBBADFB) is known color: Melrose. HEX triplet: BB, AD and FB. RGB value is (187,173,251). Sum of RGB (Red+Green+Blue) = 187+173+251=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFB is #445204. Grayscale: #B9B9B9. Windows color (decimal): -4477445 or 16494011. OLE color: 16494011.
HSL color Cylindrical-coordinate representation of color #BBADFB: hue angle of 250.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBADFB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 173 | 251 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.02 |
| HSL | 250.77º | 0.91% | 0.83% | - |
| HSV(B) | 250.77º | 0.31% | 0.98% | - |
| XYZ | 52.85 | 47.42 | 97.63 | - |
| YUV | 186.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 251 | 0.25 | 0.31 | 0 | 0.02 | 250.77 | 0.91 | 0.83 |
| Hex | BB | AD | FB | 19 | 1F | 0 | 2 | FB | 5B | 53 |
| Octal | 273 | 255 | 373 | 31 | 37 | 0 | 2 | 373 | 133 | 123 |
| Binary | 10111011 | 10101101 | 11111011 | 11001 | 11111 | 0 | 10 | 11111011 | 1011011 | 1010011 |
Color Harmonies of #BBADFB
Complementary color
Monochromatic Colors of #BBADFB
Black with #BBADFB
Text Example
Text Example
White with #BBADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADFB; }
p { color: rgb(187,173,251); }
H1.HeaderClassName
{
color: #BBADFB;
}
.AnyTagClassName
{
color: #BBADFB;
}
</style>
background-color css
<style>
a { background-color: #BBADFB; }
a { background-color: rgb(187,173,251); }
div.DivClassName
{
background-color: #BBADFB;
}
.BgClassName
{
background-color: #BBADFB;
}
</style>
border-color css
<style>
span { border-color: #BBADFB; }
span { border-color: rgb(187,173,251); }
td.TdClassName
{
border-color: #BBADFB;
}
.TagClassName
{
border-color: #BBADFB;
}
</style>