Shades of Lavender Grey #BFBFDB
Tints of Lavender Grey #BFBFDB
RGB
CMYK
RGB Variations
Color information
#BFBFDB (or 0xBFBFDB) is known color: Lavender Grey. HEX triplet: BF, BF and DB. RGB value is (191,191,219). Sum of RGB (Red+Green+Blue) = 191+191+219=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDB is #404024. Grayscale: #C2C2C2. Windows color (decimal): -4210725 or 14401471. OLE color: 14401471.
HSL color Cylindrical-coordinate representation of color #BFBFDB: hue angle of 240º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBFDB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 191 | 219 | - |
CMYK | 0.13 | 0.13 | 0 | 0.14 |
HSL | 240º | 0.28% | 0.8% | - |
HSV(B) | 240º | 0.13% | 0.86% | - |
XYZ | 52.9 | 53.45 | 74.55 | - |
YUV | 194.19 | 142 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 219 | 0.13 | 0.13 | 0 | 0.14 | 240 | 0.28 | 0.8 |
Hex | BF | BF | DB | D | D | 0 | E | F0 | 1C | 50 |
Octal | 277 | 277 | 333 | 15 | 15 | 0 | 16 | 360 | 34 | 120 |
Binary | 10111111 | 10111111 | 11011011 | 1101 | 1101 | 0 | 1110 | 11110000 | 11100 | 1010000 |
Color Harmonies of #BFBFDB
Complementary color
Monochromatic Colors of #BFBFDB
Black with #BFBFDB
Text Example
Text Example
White with #BFBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFDB; }
p { color: rgb(191,191,219); }
H1.HeaderClassName
{
color: #BFBFDB;
}
.AnyTagClassName
{
color: #BFBFDB;
}
</style>
background-color css
<style>
a { background-color: #BFBFDB; }
a { background-color: rgb(191,191,219); }
div.DivClassName
{
background-color: #BFBFDB;
}
.BgClassName
{
background-color: #BFBFDB;
}
</style>
border-color css
<style>
span { border-color: #BFBFDB; }
span { border-color: rgb(191,191,219); }
td.TdClassName
{
border-color: #BFBFDB;
}
.TagClassName
{
border-color: #BFBFDB;
}
</style>