Shades of Melrose #BBACFB
Tints of Melrose #BBACFB
RGB
CMYK
RGB Variations
Color information
#BBACFB (or 0xBBACFB) is known color: Melrose. HEX triplet: BB, AC and FB. RGB value is (187,172,251). Sum of RGB (Red+Green+Blue) = 187+172+251=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFB is #445304. Grayscale: #B9B9B9. Windows color (decimal): -4477701 or 16493755. OLE color: 16493755.
HSL color Cylindrical-coordinate representation of color #BBACFB: hue angle of 251.39º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBACFB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 172 | 251 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.02 |
| HSL | 251.39º | 0.91% | 0.83% | - |
| HSV(B) | 251.39º | 0.31% | 0.98% | - |
| XYZ | 52.66 | 47.03 | 97.57 | - |
| YUV | 185.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 251 | 0.25 | 0.31 | 0 | 0.02 | 251.39 | 0.91 | 0.83 |
| Hex | BB | AC | FB | 19 | 1F | 0 | 2 | FB | 5B | 53 |
| Octal | 273 | 254 | 373 | 31 | 37 | 0 | 2 | 373 | 133 | 123 |
| Binary | 10111011 | 10101100 | 11111011 | 11001 | 11111 | 0 | 10 | 11111011 | 1011011 | 1010011 |
Color Harmonies of #BBACFB
Complementary color
Monochromatic Colors of #BBACFB
Black with #BBACFB
Text Example
Text Example
White with #BBACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACFB; }
p { color: rgb(187,172,251); }
H1.HeaderClassName
{
color: #BBACFB;
}
.AnyTagClassName
{
color: #BBACFB;
}
</style>
background-color css
<style>
a { background-color: #BBACFB; }
a { background-color: rgb(187,172,251); }
div.DivClassName
{
background-color: #BBACFB;
}
.BgClassName
{
background-color: #BBACFB;
}
</style>
border-color css
<style>
span { border-color: #BBACFB; }
span { border-color: rgb(187,172,251); }
td.TdClassName
{
border-color: #BBACFB;
}
.TagClassName
{
border-color: #BBACFB;
}
</style>