Shades of Lavender Blue #BBBCF9
Tints of Lavender Blue #BBBCF9
RGB
CMYK
RGB Variations
Color information
#BBBCF9 (or 0xBBBCF9) is known color: Lavender Blue. HEX triplet: BB, BC and F9. RGB value is (187,188,249). Sum of RGB (Red+Green+Blue) = 187+188+249=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBBCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF9 is #444306. Grayscale: #C2C2C2. Windows color (decimal): -4473607 or 16366779. OLE color: 16366779.
HSL color Cylindrical-coordinate representation of color #BBBCF9: hue angle of 239.03º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBCF9 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 188 | 249 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.02 |
| HSL | 239.03º | 0.84% | 0.85% | - |
| HSV(B) | 239.03º | 0.25% | 0.98% | - |
| XYZ | 55.58 | 53.37 | 96.99 | - |
| YUV | 194.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 249 | 0.25 | 0.24 | 0 | 0.02 | 239.03 | 0.84 | 0.85 |
| Hex | BB | BC | F9 | 19 | 18 | 0 | 2 | EF | 54 | 55 |
| Octal | 273 | 274 | 371 | 31 | 30 | 0 | 2 | 357 | 124 | 125 |
| Binary | 10111011 | 10111100 | 11111001 | 11001 | 11000 | 0 | 10 | 11101111 | 1010100 | 1010101 |
Color Harmonies of #BBBCF9
Complementary color
Monochromatic Colors of #BBBCF9
Black with #BBBCF9
Text Example
Text Example
White with #BBBCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCF9; }
p { color: rgb(187,188,249); }
H1.HeaderClassName
{
color: #BBBCF9;
}
.AnyTagClassName
{
color: #BBBCF9;
}
</style>
background-color css
<style>
a { background-color: #BBBCF9; }
a { background-color: rgb(187,188,249); }
div.DivClassName
{
background-color: #BBBCF9;
}
.BgClassName
{
background-color: #BBBCF9;
}
</style>
border-color css
<style>
span { border-color: #BBBCF9; }
span { border-color: rgb(187,188,249); }
td.TdClassName
{
border-color: #BBBCF9;
}
.TagClassName
{
border-color: #BBBCF9;
}
</style>