Shades of Melrose #BBB2F3
Tints of Melrose #BBB2F3
RGB
CMYK
RGB Variations
Color information
#BBB2F3 (or 0xBBB2F3) is known color: Melrose. HEX triplet: BB, B2 and F3. RGB value is (187,178,243). Sum of RGB (Red+Green+Blue) = 187+178+243=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F3 is #444D0C. Grayscale: #BBBBBB. Windows color (decimal): -4476173 or 15971003. OLE color: 15971003.
HSL color Cylindrical-coordinate representation of color #BBB2F3: hue angle of 248.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB2F3 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 178 | 243 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.05 |
| HSL | 248.31º | 0.73% | 0.83% | - |
| HSV(B) | 248.31º | 0.27% | 0.95% | - |
| XYZ | 52.59 | 48.88 | 91.46 | - |
| YUV | 188.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 243 | 0.23 | 0.27 | 0 | 0.05 | 248.31 | 0.73 | 0.83 |
| Hex | BB | B2 | F3 | 17 | 1B | 0 | 5 | F8 | 49 | 53 |
| Octal | 273 | 262 | 363 | 27 | 33 | 0 | 5 | 370 | 111 | 123 |
| Binary | 10111011 | 10110010 | 11110011 | 10111 | 11011 | 0 | 101 | 11111000 | 1001001 | 1010011 |
Color Harmonies of #BBB2F3
Complementary color
Monochromatic Colors of #BBB2F3
Black with #BBB2F3
Text Example
Text Example
White with #BBB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2F3; }
p { color: rgb(187,178,243); }
H1.HeaderClassName
{
color: #BBB2F3;
}
.AnyTagClassName
{
color: #BBB2F3;
}
</style>
background-color css
<style>
a { background-color: #BBB2F3; }
a { background-color: rgb(187,178,243); }
div.DivClassName
{
background-color: #BBB2F3;
}
.BgClassName
{
background-color: #BBB2F3;
}
</style>
border-color css
<style>
span { border-color: #BBB2F3; }
span { border-color: rgb(187,178,243); }
td.TdClassName
{
border-color: #BBB2F3;
}
.TagClassName
{
border-color: #BBB2F3;
}
</style>