Shades of Melrose #BBADF2
Tints of Melrose #BBADF2
RGB
CMYK
RGB Variations
Color information
#BBADF2 (or 0xBBADF2) is known color: Melrose. HEX triplet: BB, AD and F2. RGB value is (187,173,242). Sum of RGB (Red+Green+Blue) = 187+173+242=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF2 is #44520D. Grayscale: #B8B8B8. Windows color (decimal): -4477454 or 15904187. OLE color: 15904187.
HSL color Cylindrical-coordinate representation of color #BBADF2: hue angle of 252.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBADF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 173 | 242 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 252.17º | 0.73% | 0.81% | - |
| HSV(B) | 252.17º | 0.29% | 0.95% | - |
| XYZ | 51.46 | 46.86 | 90.34 | - |
| YUV | 185.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 242 | 0.23 | 0.29 | 0 | 0.05 | 252.17 | 0.73 | 0.81 |
| Hex | BB | AD | F2 | 17 | 1D | 0 | 5 | FC | 49 | 51 |
| Octal | 273 | 255 | 362 | 27 | 35 | 0 | 5 | 374 | 111 | 121 |
| Binary | 10111011 | 10101101 | 11110010 | 10111 | 11101 | 0 | 101 | 11111100 | 1001001 | 1010001 |
Color Harmonies of #BBADF2
Complementary color
Monochromatic Colors of #BBADF2
Black with #BBADF2
Text Example
Text Example
White with #BBADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADF2; }
p { color: rgb(187,173,242); }
H1.HeaderClassName
{
color: #BBADF2;
}
.AnyTagClassName
{
color: #BBADF2;
}
</style>
background-color css
<style>
a { background-color: #BBADF2; }
a { background-color: rgb(187,173,242); }
div.DivClassName
{
background-color: #BBADF2;
}
.BgClassName
{
background-color: #BBADF2;
}
</style>
border-color css
<style>
span { border-color: #BBADF2; }
span { border-color: rgb(187,173,242); }
td.TdClassName
{
border-color: #BBADF2;
}
.TagClassName
{
border-color: #BBADF2;
}
</style>