Shades of Lavender Blue #BFBBF6
Tints of Lavender Blue #BFBBF6
RGB
CMYK
RGB Variations
Color information
#BFBBF6 (or 0xBFBBF6) is known color: Lavender Blue. HEX triplet: BF, BB and F6. RGB value is (191,187,246). Sum of RGB (Red+Green+Blue) = 191+187+246=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF6 is #404409. Grayscale: #C2C2C2. Windows color (decimal): -4211722 or 16169919. OLE color: 16169919.
HSL color Cylindrical-coordinate representation of color #BFBBF6: hue angle of 244.07º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFBBF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 187 | 246 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.04 |
| HSL | 244.07º | 0.77% | 0.85% | - |
| HSV(B) | 244.07º | 0.24% | 0.96% | - |
| XYZ | 55.89 | 53.27 | 94.53 | - |
| YUV | 194.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 246 | 0.22 | 0.24 | 0 | 0.04 | 244.07 | 0.77 | 0.85 |
| Hex | BF | BB | F6 | 16 | 18 | 0 | 4 | F4 | 4D | 55 |
| Octal | 277 | 273 | 366 | 26 | 30 | 0 | 4 | 364 | 115 | 125 |
| Binary | 10111111 | 10111011 | 11110110 | 10110 | 11000 | 0 | 100 | 11110100 | 1001101 | 1010101 |
Color Harmonies of #BFBBF6
Complementary color
Monochromatic Colors of #BFBBF6
Black with #BFBBF6
Text Example
Text Example
White with #BFBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBF6; }
p { color: rgb(191,187,246); }
H1.HeaderClassName
{
color: #BFBBF6;
}
.AnyTagClassName
{
color: #BFBBF6;
}
</style>
background-color css
<style>
a { background-color: #BFBBF6; }
a { background-color: rgb(191,187,246); }
div.DivClassName
{
background-color: #BFBBF6;
}
.BgClassName
{
background-color: #BFBBF6;
}
</style>
border-color css
<style>
span { border-color: #BFBBF6; }
span { border-color: rgb(191,187,246); }
td.TdClassName
{
border-color: #BFBBF6;
}
.TagClassName
{
border-color: #BFBBF6;
}
</style>