Shades of Lavender Blue #BFBBF7
Tints of Lavender Blue #BFBBF7
RGB
CMYK
RGB Variations
Color information
#BFBBF7 (or 0xBFBBF7) is known color: Lavender Blue. HEX triplet: BF, BB and F7. RGB value is (191,187,247). Sum of RGB (Red+Green+Blue) = 191+187+247=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 187 (73.44% from 255 or 29.92% 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 #BFBBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF7 is #404408. Grayscale: #C2C2C2. Windows color (decimal): -4211721 or 16235455. OLE color: 16235455.
HSL color Cylindrical-coordinate representation of color #BFBBF7: hue angle of 244º 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 #BFBBF7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 187 | 247 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.03 |
| HSL | 244º | 0.79% | 0.85% | - |
| HSV(B) | 244º | 0.24% | 0.97% | - |
| XYZ | 56.04 | 53.33 | 95.34 | - |
| YUV | 195.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 247 | 0.23 | 0.24 | 0 | 0.03 | 244 | 0.79 | 0.85 |
| Hex | BF | BB | F7 | 17 | 18 | 0 | 3 | F4 | 4F | 55 |
| Octal | 277 | 273 | 367 | 27 | 30 | 0 | 3 | 364 | 117 | 125 |
| Binary | 10111111 | 10111011 | 11110111 | 10111 | 11000 | 0 | 11 | 11110100 | 1001111 | 1010101 |
Color Harmonies of #BFBBF7
Complementary color
Monochromatic Colors of #BFBBF7
Black with #BFBBF7
Text Example
Text Example
White with #BFBBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBF7; }
p { color: rgb(191,187,247); }
H1.HeaderClassName
{
color: #BFBBF7;
}
.AnyTagClassName
{
color: #BFBBF7;
}
</style>
background-color css
<style>
a { background-color: #BFBBF7; }
a { background-color: rgb(191,187,247); }
div.DivClassName
{
background-color: #BFBBF7;
}
.BgClassName
{
background-color: #BFBBF7;
}
</style>
border-color css
<style>
span { border-color: #BFBBF7; }
span { border-color: rgb(191,187,247); }
td.TdClassName
{
border-color: #BFBBF7;
}
.TagClassName
{
border-color: #BFBBF7;
}
</style>