Shades of Lavender Blue #BBB5FB
Tints of Lavender Blue #BBB5FB
RGB
CMYK
RGB Variations
Color information
#BBB5FB (or 0xBBB5FB) is known color: Lavender Blue. HEX triplet: BB, B5 and FB. RGB value is (187,181,251). Sum of RGB (Red+Green+Blue) = 187+181+251=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5FB is #444A04. Grayscale: #BEBEBE. Windows color (decimal): -4475397 or 16496059. OLE color: 16496059.
HSL color Cylindrical-coordinate representation of color #BBB5FB: hue angle of 245.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB5FB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 181 | 251 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.02 |
| HSL | 245.14º | 0.9% | 0.85% | - |
| HSV(B) | 245.14º | 0.28% | 0.98% | - |
| XYZ | 54.43 | 50.58 | 98.16 | - |
| YUV | 190.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 251 | 0.25 | 0.28 | 0 | 0.02 | 245.14 | 0.9 | 0.85 |
| Hex | BB | B5 | FB | 19 | 1C | 0 | 2 | F5 | 5A | 55 |
| Octal | 273 | 265 | 373 | 31 | 34 | 0 | 2 | 365 | 132 | 125 |
| Binary | 10111011 | 10110101 | 11111011 | 11001 | 11100 | 0 | 10 | 11110101 | 1011010 | 1010101 |
Color Harmonies of #BBB5FB
Complementary color
Monochromatic Colors of #BBB5FB
Black with #BBB5FB
Text Example
Text Example
White with #BBB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5FB; }
p { color: rgb(187,181,251); }
H1.HeaderClassName
{
color: #BBB5FB;
}
.AnyTagClassName
{
color: #BBB5FB;
}
</style>
background-color css
<style>
a { background-color: #BBB5FB; }
a { background-color: rgb(187,181,251); }
div.DivClassName
{
background-color: #BBB5FB;
}
.BgClassName
{
background-color: #BBB5FB;
}
</style>
border-color css
<style>
span { border-color: #BBB5FB; }
span { border-color: rgb(187,181,251); }
td.TdClassName
{
border-color: #BBB5FB;
}
.TagClassName
{
border-color: #BBB5FB;
}
</style>