Shades of Lavender Blue #BFBAF6
Tints of Lavender Blue #BFBAF6
RGB
CMYK
RGB Variations
Color information
#BFBAF6 (or 0xBFBAF6) is known color: Lavender Blue. HEX triplet: BF, BA and F6. RGB value is (191,186,246). Sum of RGB (Red+Green+Blue) = 191+186+246=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF6 is #404509. Grayscale: #C2C2C2. Windows color (decimal): -4211978 or 16169663. OLE color: 16169663.
HSL color Cylindrical-coordinate representation of color #BFBAF6: hue angle of 245º 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 #BFBAF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 186 | 246 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.04 |
| HSL | 245º | 0.77% | 0.85% | - |
| HSV(B) | 245º | 0.24% | 0.96% | - |
| XYZ | 55.68 | 52.85 | 94.45 | - |
| YUV | 194.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 246 | 0.22 | 0.24 | 0 | 0.04 | 245 | 0.77 | 0.85 |
| Hex | BF | BA | F6 | 16 | 18 | 0 | 4 | F5 | 4D | 55 |
| Octal | 277 | 272 | 366 | 26 | 30 | 0 | 4 | 365 | 115 | 125 |
| Binary | 10111111 | 10111010 | 11110110 | 10110 | 11000 | 0 | 100 | 11110101 | 1001101 | 1010101 |
Color Harmonies of #BFBAF6
Complementary color
Monochromatic Colors of #BFBAF6
Black with #BFBAF6
Text Example
Text Example
White with #BFBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAF6; }
p { color: rgb(191,186,246); }
H1.HeaderClassName
{
color: #BFBAF6;
}
.AnyTagClassName
{
color: #BFBAF6;
}
</style>
background-color css
<style>
a { background-color: #BFBAF6; }
a { background-color: rgb(191,186,246); }
div.DivClassName
{
background-color: #BFBAF6;
}
.BgClassName
{
background-color: #BFBAF6;
}
</style>
border-color css
<style>
span { border-color: #BFBAF6; }
span { border-color: rgb(191,186,246); }
td.TdClassName
{
border-color: #BFBAF6;
}
.TagClassName
{
border-color: #BFBAF6;
}
</style>