Shades of Lavender Blue #BFBFF1
Tints of Lavender Blue #BFBFF1
RGB
CMYK
RGB Variations
Color information
#BFBFF1 (or 0xBFBFF1) is known color: Lavender Blue. HEX triplet: BF, BF and F1. RGB value is (191,191,241). Sum of RGB (Red+Green+Blue) = 191+191+241=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF1 is #40400E. Grayscale: #C4C4C4. Windows color (decimal): -4210703 or 15843263. OLE color: 15843263.
HSL color Cylindrical-coordinate representation of color #BFBFF1: hue angle of 240º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBFF1 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 191 | 241 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.05 |
| HSL | 240º | 0.64% | 0.85% | - |
| HSV(B) | 240º | 0.21% | 0.95% | - |
| XYZ | 55.99 | 54.69 | 90.82 | - |
| YUV | 196.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 241 | 0.21 | 0.21 | 0 | 0.05 | 240 | 0.64 | 0.85 |
| Hex | BF | BF | F1 | 15 | 15 | 0 | 5 | F0 | 40 | 55 |
| Octal | 277 | 277 | 361 | 25 | 25 | 0 | 5 | 360 | 100 | 125 |
| Binary | 10111111 | 10111111 | 11110001 | 10101 | 10101 | 0 | 101 | 11110000 | 1000000 | 1010101 |
Color Harmonies of #BFBFF1
Complementary color
Monochromatic Colors of #BFBFF1
Black with #BFBFF1
Text Example
Text Example
White with #BFBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFF1; }
p { color: rgb(191,191,241); }
H1.HeaderClassName
{
color: #BFBFF1;
}
.AnyTagClassName
{
color: #BFBFF1;
}
</style>
background-color css
<style>
a { background-color: #BFBFF1; }
a { background-color: rgb(191,191,241); }
div.DivClassName
{
background-color: #BFBFF1;
}
.BgClassName
{
background-color: #BFBFF1;
}
</style>
border-color css
<style>
span { border-color: #BFBFF1; }
span { border-color: rgb(191,191,241); }
td.TdClassName
{
border-color: #BFBFF1;
}
.TagClassName
{
border-color: #BFBFF1;
}
</style>