Shades of Melrose #BBADF3
Tints of Melrose #BBADF3
RGB
CMYK
RGB Variations
Color information
#BBADF3 (or 0xBBADF3) is known color: Melrose. HEX triplet: BB, AD and F3. RGB value is (187,173,243). Sum of RGB (Red+Green+Blue) = 187+173+243=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF3 is #44520C. Grayscale: #B8B8B8. Windows color (decimal): -4477453 or 15969723. OLE color: 15969723.
HSL color Cylindrical-coordinate representation of color #BBADF3: hue angle of 252º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBADF3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 173 | 243 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 252º | 0.74% | 0.82% | - |
| HSV(B) | 252º | 0.29% | 0.95% | - |
| XYZ | 51.61 | 46.92 | 91.13 | - |
| YUV | 185.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 243 | 0.23 | 0.29 | 0 | 0.05 | 252 | 0.74 | 0.82 |
| Hex | BB | AD | F3 | 17 | 1D | 0 | 5 | FC | 4A | 52 |
| Octal | 273 | 255 | 363 | 27 | 35 | 0 | 5 | 374 | 112 | 122 |
| Binary | 10111011 | 10101101 | 11110011 | 10111 | 11101 | 0 | 101 | 11111100 | 1001010 | 1010010 |
Color Harmonies of #BBADF3
Complementary color
Monochromatic Colors of #BBADF3
Black with #BBADF3
Text Example
Text Example
White with #BBADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADF3; }
p { color: rgb(187,173,243); }
H1.HeaderClassName
{
color: #BBADF3;
}
.AnyTagClassName
{
color: #BBADF3;
}
</style>
background-color css
<style>
a { background-color: #BBADF3; }
a { background-color: rgb(187,173,243); }
div.DivClassName
{
background-color: #BBADF3;
}
.BgClassName
{
background-color: #BBADF3;
}
</style>
border-color css
<style>
span { border-color: #BBADF3; }
span { border-color: rgb(187,173,243); }
td.TdClassName
{
border-color: #BBADF3;
}
.TagClassName
{
border-color: #BBADF3;
}
</style>