Shades of Lavender Blue #B9BBFB
Tints of Lavender Blue #B9BBFB
RGB
CMYK
RGB Variations
Color information
#B9BBFB (or 0xB9BBFB) is known color: Lavender Blue. HEX triplet: B9, BB and FB. RGB value is (185,187,251). Sum of RGB (Red+Green+Blue) = 185+187+251=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFB is #464404. Grayscale: #C1C1C1. Windows color (decimal): -4604933 or 16497593. OLE color: 16497593.
HSL color Cylindrical-coordinate representation of color #B9BBFB: hue angle of 238.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9BBFB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 187 | 251 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.02 |
| HSL | 238.18º | 0.89% | 0.85% | - |
| HSV(B) | 238.18º | 0.26% | 0.98% | - |
| XYZ | 55.19 | 52.82 | 98.55 | - |
| YUV | 193.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 251 | 0.26 | 0.25 | 0 | 0.02 | 238.18 | 0.89 | 0.85 |
| Hex | B9 | BB | FB | 1A | 19 | 0 | 2 | EE | 59 | 55 |
| Octal | 271 | 273 | 373 | 32 | 31 | 0 | 2 | 356 | 131 | 125 |
| Binary | 10111001 | 10111011 | 11111011 | 11010 | 11001 | 0 | 10 | 11101110 | 1011001 | 1010101 |
Color Harmonies of #B9BBFB
Complementary color
Monochromatic Colors of #B9BBFB
Black with #B9BBFB
Text Example
Text Example
White with #B9BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBFB; }
p { color: rgb(185,187,251); }
H1.HeaderClassName
{
color: #B9BBFB;
}
.AnyTagClassName
{
color: #B9BBFB;
}
</style>
background-color css
<style>
a { background-color: #B9BBFB; }
a { background-color: rgb(185,187,251); }
div.DivClassName
{
background-color: #B9BBFB;
}
.BgClassName
{
background-color: #B9BBFB;
}
</style>
border-color css
<style>
span { border-color: #B9BBFB; }
span { border-color: rgb(185,187,251); }
td.TdClassName
{
border-color: #B9BBFB;
}
.TagClassName
{
border-color: #B9BBFB;
}
</style>