Shades of Lavender Blue #BBBBFC
Tints of Lavender Blue #BBBBFC
RGB
CMYK
RGB Variations
Color information
#BBBBFC (or 0xBBBBFC) is known color: Lavender Blue. HEX triplet: BB, BB and FC. RGB value is (187,187,252). Sum of RGB (Red+Green+Blue) = 187+187+252=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBFC is #444403. Grayscale: #C2C2C2. Windows color (decimal): -4473860 or 16563131. OLE color: 16563131.
HSL color Cylindrical-coordinate representation of color #BBBBFC: hue angle of 240º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBBFC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 187 | 252 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.01 |
| HSL | 240º | 0.92% | 0.86% | - |
| HSV(B) | 240º | 0.26% | 0.99% | - |
| XYZ | 55.83 | 53.13 | 99.41 | - |
| YUV | 194.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 252 | 0.26 | 0.26 | 0 | 0.01 | 240 | 0.92 | 0.86 |
| Hex | BB | BB | FC | 1A | 1A | 0 | 1 | F0 | 5C | 56 |
| Octal | 273 | 273 | 374 | 32 | 32 | 0 | 1 | 360 | 134 | 126 |
| Binary | 10111011 | 10111011 | 11111100 | 11010 | 11010 | 0 | 1 | 11110000 | 1011100 | 1010110 |
Color Harmonies of #BBBBFC
Complementary color
Monochromatic Colors of #BBBBFC
Black with #BBBBFC
Text Example
Text Example
White with #BBBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBFC; }
p { color: rgb(187,187,252); }
H1.HeaderClassName
{
color: #BBBBFC;
}
.AnyTagClassName
{
color: #BBBBFC;
}
</style>
background-color css
<style>
a { background-color: #BBBBFC; }
a { background-color: rgb(187,187,252); }
div.DivClassName
{
background-color: #BBBBFC;
}
.BgClassName
{
background-color: #BBBBFC;
}
</style>
border-color css
<style>
span { border-color: #BBBBFC; }
span { border-color: rgb(187,187,252); }
td.TdClassName
{
border-color: #BBBBFC;
}
.TagClassName
{
border-color: #BBBBFC;
}
</style>