Shades of Lavender Blue #BBB1FC
Tints of Lavender Blue #BBB1FC
RGB
CMYK
RGB Variations
Color information
#BBB1FC (or 0xBBB1FC) is known color: Lavender Blue. HEX triplet: BB, B1 and FC. RGB value is (187,177,252). Sum of RGB (Red+Green+Blue) = 187+177+252=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1FC is #444E03. Grayscale: #BCBCBC. Windows color (decimal): -4476420 or 16560571. OLE color: 16560571.
HSL color Cylindrical-coordinate representation of color #BBB1FC: hue angle of 248º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB1FC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 177 | 252 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.01 |
| HSL | 248º | 0.93% | 0.84% | - |
| HSV(B) | 248º | 0.3% | 0.99% | - |
| XYZ | 53.79 | 49.04 | 98.73 | - |
| YUV | 188.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 252 | 0.26 | 0.30 | 0 | 0.01 | 248 | 0.93 | 0.84 |
| Hex | BB | B1 | FC | 1A | 1E | 0 | 1 | F8 | 5D | 54 |
| Octal | 273 | 261 | 374 | 32 | 36 | 0 | 1 | 370 | 135 | 124 |
| Binary | 10111011 | 10110001 | 11111100 | 11010 | 11110 | 0 | 1 | 11111000 | 1011101 | 1010100 |
Color Harmonies of #BBB1FC
Complementary color
Monochromatic Colors of #BBB1FC
Black with #BBB1FC
Text Example
Text Example
White with #BBB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1FC; }
p { color: rgb(187,177,252); }
H1.HeaderClassName
{
color: #BBB1FC;
}
.AnyTagClassName
{
color: #BBB1FC;
}
</style>
background-color css
<style>
a { background-color: #BBB1FC; }
a { background-color: rgb(187,177,252); }
div.DivClassName
{
background-color: #BBB1FC;
}
.BgClassName
{
background-color: #BBB1FC;
}
</style>
border-color css
<style>
span { border-color: #BBB1FC; }
span { border-color: rgb(187,177,252); }
td.TdClassName
{
border-color: #BBB1FC;
}
.TagClassName
{
border-color: #BBB1FC;
}
</style>