Shades of Lavender Blue #BBB9FE
Tints of Lavender Blue #BBB9FE
RGB
CMYK
RGB Variations
Color information
#BBB9FE (or 0xBBB9FE) is known color: Lavender Blue. HEX triplet: BB, B9 and FE. RGB value is (187,185,254). Sum of RGB (Red+Green+Blue) = 187+185+254=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FE is #444601. Grayscale: #C1C1C1. Windows color (decimal): -4474370 or 16693691. OLE color: 16693691.
HSL color Cylindrical-coordinate representation of color #BBB9FE: hue angle of 241.74º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB9FE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 185 | 254 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.00 |
| HSL | 241.74º | 0.97% | 0.86% | - |
| HSV(B) | 241.74º | 0.27% | 1% | - |
| XYZ | 55.73 | 52.42 | 100.95 | - |
| YUV | 193.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 254 | 0.26 | 0.27 | 0 | 0.00 | 241.74 | 0.97 | 0.86 |
| Hex | BB | B9 | FE | 1A | 1B | 0 | 0 | F2 | 61 | 56 |
| Octal | 273 | 271 | 376 | 32 | 33 | 0 | 0 | 362 | 141 | 126 |
| Binary | 10111011 | 10111001 | 11111110 | 11010 | 11011 | 0 | 0 | 11110010 | 1100001 | 1010110 |
Color Harmonies of #BBB9FE
Complementary color
Monochromatic Colors of #BBB9FE
Black with #BBB9FE
Text Example
Text Example
White with #BBB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9FE; }
p { color: rgb(187,185,254); }
H1.HeaderClassName
{
color: #BBB9FE;
}
.AnyTagClassName
{
color: #BBB9FE;
}
</style>
background-color css
<style>
a { background-color: #BBB9FE; }
a { background-color: rgb(187,185,254); }
div.DivClassName
{
background-color: #BBB9FE;
}
.BgClassName
{
background-color: #BBB9FE;
}
</style>
border-color css
<style>
span { border-color: #BBB9FE; }
span { border-color: rgb(187,185,254); }
td.TdClassName
{
border-color: #BBB9FE;
}
.TagClassName
{
border-color: #BBB9FE;
}
</style>