Shades of Melrose #BBADF5
Tints of Melrose #BBADF5
RGB
CMYK
RGB Variations
Color information
#BBADF5 (or 0xBBADF5) is known color: Melrose. HEX triplet: BB, AD and F5. RGB value is (187,173,245). Sum of RGB (Red+Green+Blue) = 187+173+245=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF5 is #44520A. Grayscale: #B9B9B9. Windows color (decimal): -4477451 or 16100795. OLE color: 16100795.
HSL color Cylindrical-coordinate representation of color #BBADF5: hue angle of 251.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBADF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 173 | 245 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 251.67º | 0.78% | 0.82% | - |
| HSV(B) | 251.67º | 0.29% | 0.96% | - |
| XYZ | 51.92 | 47.04 | 92.73 | - |
| YUV | 185.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 245 | 0.24 | 0.29 | 0 | 0.04 | 251.67 | 0.78 | 0.82 |
| Hex | BB | AD | F5 | 18 | 1D | 0 | 4 | FC | 4E | 52 |
| Octal | 273 | 255 | 365 | 30 | 35 | 0 | 4 | 374 | 116 | 122 |
| Binary | 10111011 | 10101101 | 11110101 | 11000 | 11101 | 0 | 100 | 11111100 | 1001110 | 1010010 |
Color Harmonies of #BBADF5
Complementary color
Monochromatic Colors of #BBADF5
Black with #BBADF5
Text Example
Text Example
White with #BBADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADF5; }
p { color: rgb(187,173,245); }
H1.HeaderClassName
{
color: #BBADF5;
}
.AnyTagClassName
{
color: #BBADF5;
}
</style>
background-color css
<style>
a { background-color: #BBADF5; }
a { background-color: rgb(187,173,245); }
div.DivClassName
{
background-color: #BBADF5;
}
.BgClassName
{
background-color: #BBADF5;
}
</style>
border-color css
<style>
span { border-color: #BBADF5; }
span { border-color: rgb(187,173,245); }
td.TdClassName
{
border-color: #BBADF5;
}
.TagClassName
{
border-color: #BBADF5;
}
</style>