Shades of Lavender Blue #BBBBFB
Tints of Lavender Blue #BBBBFB
RGB
CMYK
RGB Variations
Color information
#BBBBFB (or 0xBBBBFB) is known color: Lavender Blue. HEX triplet: BB, BB and FB. RGB value is (187,187,251). Sum of RGB (Red+Green+Blue) = 187+187+251=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBFB is #444404. Grayscale: #C2C2C2. Windows color (decimal): -4473861 or 16497595. OLE color: 16497595.
HSL color Cylindrical-coordinate representation of color #BBBBFB: hue angle of 240º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBBFB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 187 | 251 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.02 |
| HSL | 240º | 0.89% | 0.86% | - |
| HSV(B) | 240º | 0.25% | 0.98% | - |
| XYZ | 55.68 | 53.07 | 98.58 | - |
| YUV | 194.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 251 | 0.25 | 0.25 | 0 | 0.02 | 240 | 0.89 | 0.86 |
| Hex | BB | BB | FB | 19 | 19 | 0 | 2 | F0 | 59 | 56 |
| Octal | 273 | 273 | 373 | 31 | 31 | 0 | 2 | 360 | 131 | 126 |
| Binary | 10111011 | 10111011 | 11111011 | 11001 | 11001 | 0 | 10 | 11110000 | 1011001 | 1010110 |
Color Harmonies of #BBBBFB
Complementary color
Monochromatic Colors of #BBBBFB
Black with #BBBBFB
Text Example
Text Example
White with #BBBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBFB; }
p { color: rgb(187,187,251); }
H1.HeaderClassName
{
color: #BBBBFB;
}
.AnyTagClassName
{
color: #BBBBFB;
}
</style>
background-color css
<style>
a { background-color: #BBBBFB; }
a { background-color: rgb(187,187,251); }
div.DivClassName
{
background-color: #BBBBFB;
}
.BgClassName
{
background-color: #BBBBFB;
}
</style>
border-color css
<style>
span { border-color: #BBBBFB; }
span { border-color: rgb(187,187,251); }
td.TdClassName
{
border-color: #BBBBFB;
}
.TagClassName
{
border-color: #BBBBFB;
}
</style>