Shades of Lavender Blue #BBB6FC
Tints of Lavender Blue #BBB6FC
RGB
CMYK
RGB Variations
Color information
#BBB6FC (or 0xBBB6FC) is known color: Lavender Blue. HEX triplet: BB, B6 and FC. RGB value is (187,182,252). Sum of RGB (Red+Green+Blue) = 187+182+252=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6FC is #444903. Grayscale: #BFBFBF. Windows color (decimal): -4475140 or 16561851. OLE color: 16561851.
HSL color Cylindrical-coordinate representation of color #BBB6FC: hue angle of 244.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB6FC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 182 | 252 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.01 |
| HSL | 244.29º | 0.92% | 0.85% | - |
| HSV(B) | 244.29º | 0.28% | 0.99% | - |
| XYZ | 54.79 | 51.05 | 99.06 | - |
| YUV | 191.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 252 | 0.26 | 0.28 | 0 | 0.01 | 244.29 | 0.92 | 0.85 |
| Hex | BB | B6 | FC | 1A | 1C | 0 | 1 | F4 | 5C | 55 |
| Octal | 273 | 266 | 374 | 32 | 34 | 0 | 1 | 364 | 134 | 125 |
| Binary | 10111011 | 10110110 | 11111100 | 11010 | 11100 | 0 | 1 | 11110100 | 1011100 | 1010101 |
Color Harmonies of #BBB6FC
Complementary color
Monochromatic Colors of #BBB6FC
Black with #BBB6FC
Text Example
Text Example
White with #BBB6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6FC; }
p { color: rgb(187,182,252); }
H1.HeaderClassName
{
color: #BBB6FC;
}
.AnyTagClassName
{
color: #BBB6FC;
}
</style>
background-color css
<style>
a { background-color: #BBB6FC; }
a { background-color: rgb(187,182,252); }
div.DivClassName
{
background-color: #BBB6FC;
}
.BgClassName
{
background-color: #BBB6FC;
}
</style>
border-color css
<style>
span { border-color: #BBB6FC; }
span { border-color: rgb(187,182,252); }
td.TdClassName
{
border-color: #BBB6FC;
}
.TagClassName
{
border-color: #BBB6FC;
}
</style>