Shades of Melrose #BBB0F4
Tints of Melrose #BBB0F4
RGB
CMYK
RGB Variations
Color information
#BBB0F4 (or 0xBBB0F4) is known color: Melrose. HEX triplet: BB, B0 and F4. RGB value is (187,176,244). Sum of RGB (Red+Green+Blue) = 187+176+244=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBB0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0F4 is #444F0B. Grayscale: #BABABA. Windows color (decimal): -4476684 or 16036027. OLE color: 16036027.
HSL color Cylindrical-coordinate representation of color #BBB0F4: hue angle of 249.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB0F4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 176 | 244 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.04 |
| HSL | 249.71º | 0.76% | 0.82% | - |
| HSV(B) | 249.71º | 0.28% | 0.96% | - |
| XYZ | 52.35 | 48.15 | 92.12 | - |
| YUV | 187.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 244 | 0.23 | 0.28 | 0 | 0.04 | 249.71 | 0.76 | 0.82 |
| Hex | BB | B0 | F4 | 17 | 1C | 0 | 4 | FA | 4C | 52 |
| Octal | 273 | 260 | 364 | 27 | 34 | 0 | 4 | 372 | 114 | 122 |
| Binary | 10111011 | 10110000 | 11110100 | 10111 | 11100 | 0 | 100 | 11111010 | 1001100 | 1010010 |
Color Harmonies of #BBB0F4
Complementary color
Monochromatic Colors of #BBB0F4
Black with #BBB0F4
Text Example
Text Example
White with #BBB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0F4; }
p { color: rgb(187,176,244); }
H1.HeaderClassName
{
color: #BBB0F4;
}
.AnyTagClassName
{
color: #BBB0F4;
}
</style>
background-color css
<style>
a { background-color: #BBB0F4; }
a { background-color: rgb(187,176,244); }
div.DivClassName
{
background-color: #BBB0F4;
}
.BgClassName
{
background-color: #BBB0F4;
}
</style>
border-color css
<style>
span { border-color: #BBB0F4; }
span { border-color: rgb(187,176,244); }
td.TdClassName
{
border-color: #BBB0F4;
}
.TagClassName
{
border-color: #BBB0F4;
}
</style>