Shades of Lavender Blue #BBBFF7
Tints of Lavender Blue #BBBFF7
RGB
CMYK
RGB Variations
Color information
#BBBFF7 (or 0xBBBFF7) is known color: Lavender Blue. HEX triplet: BB, BF and F7. RGB value is (187,191,247). Sum of RGB (Red+Green+Blue) = 187+191+247=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF7 is #444008. Grayscale: #C3C3C3. Windows color (decimal): -4472841 or 16236475. OLE color: 16236475.
HSL color Cylindrical-coordinate representation of color #BBBFF7: hue angle of 236º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBFF7 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 191 | 247 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.03 |
| HSL | 236º | 0.79% | 0.85% | - |
| HSV(B) | 236º | 0.24% | 0.97% | - |
| XYZ | 55.91 | 54.54 | 95.58 | - |
| YUV | 196.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 247 | 0.24 | 0.23 | 0 | 0.03 | 236 | 0.79 | 0.85 |
| Hex | BB | BF | F7 | 18 | 17 | 0 | 3 | EC | 4F | 55 |
| Octal | 273 | 277 | 367 | 30 | 27 | 0 | 3 | 354 | 117 | 125 |
| Binary | 10111011 | 10111111 | 11110111 | 11000 | 10111 | 0 | 11 | 11101100 | 1001111 | 1010101 |
Color Harmonies of #BBBFF7
Complementary color
Monochromatic Colors of #BBBFF7
Black with #BBBFF7
Text Example
Text Example
White with #BBBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFF7; }
p { color: rgb(187,191,247); }
H1.HeaderClassName
{
color: #BBBFF7;
}
.AnyTagClassName
{
color: #BBBFF7;
}
</style>
background-color css
<style>
a { background-color: #BBBFF7; }
a { background-color: rgb(187,191,247); }
div.DivClassName
{
background-color: #BBBFF7;
}
.BgClassName
{
background-color: #BBBFF7;
}
</style>
border-color css
<style>
span { border-color: #BBBFF7; }
span { border-color: rgb(187,191,247); }
td.TdClassName
{
border-color: #BBBFF7;
}
.TagClassName
{
border-color: #BBBFF7;
}
</style>