Shades of Lavender Grey #BFBFE6
Tints of Lavender Grey #BFBFE6
RGB
CMYK
RGB Variations
Color information
#BFBFE6 (or 0xBFBFE6) is known color: Lavender Grey. HEX triplet: BF, BF and E6. RGB value is (191,191,230). Sum of RGB (Red+Green+Blue) = 191+191+230=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFE6 is #404019. Grayscale: #C3C3C3. Windows color (decimal): -4210714 or 15122367. OLE color: 15122367.
HSL color Cylindrical-coordinate representation of color #BFBFE6: hue angle of 240º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBFE6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 191 | 230 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 240º | 0.44% | 0.83% | - |
| HSV(B) | 240º | 0.17% | 0.9% | - |
| XYZ | 54.4 | 54.05 | 82.43 | - |
| YUV | 195.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 230 | 0.17 | 0.17 | 0 | 0.10 | 240 | 0.44 | 0.83 |
| Hex | BF | BF | E6 | 11 | 11 | 0 | A | F0 | 2C | 53 |
| Octal | 277 | 277 | 346 | 21 | 21 | 0 | 12 | 360 | 54 | 123 |
| Binary | 10111111 | 10111111 | 11100110 | 10001 | 10001 | 0 | 1010 | 11110000 | 101100 | 1010011 |
Color Harmonies of #BFBFE6
Complementary color
Monochromatic Colors of #BFBFE6
Black with #BFBFE6
Text Example
Text Example
White with #BFBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFE6; }
p { color: rgb(191,191,230); }
H1.HeaderClassName
{
color: #BFBFE6;
}
.AnyTagClassName
{
color: #BFBFE6;
}
</style>
background-color css
<style>
a { background-color: #BFBFE6; }
a { background-color: rgb(191,191,230); }
div.DivClassName
{
background-color: #BFBFE6;
}
.BgClassName
{
background-color: #BFBFE6;
}
</style>
border-color css
<style>
span { border-color: #BFBFE6; }
span { border-color: rgb(191,191,230); }
td.TdClassName
{
border-color: #BFBFE6;
}
.TagClassName
{
border-color: #BFBFE6;
}
</style>