Shades of Lavender Grey #BFC0DB
Tints of Lavender Grey #BFC0DB
RGB
CMYK
RGB Variations
Color information
#BFC0DB (or 0xBFC0DB) is known color: Lavender Grey. HEX triplet: BF, C0 and DB. RGB value is (191,192,219). Sum of RGB (Red+Green+Blue) = 191+192+219=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DB is #403F24. Grayscale: #C2C2C2. Windows color (decimal): -4210469 or 14401727. OLE color: 14401727.
HSL color Cylindrical-coordinate representation of color #BFC0DB: hue angle of 237.86º 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 #BFC0DB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 192 | 219 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.14 |
| HSL | 237.86º | 0.28% | 0.8% | - |
| HSV(B) | 237.86º | 0.13% | 0.86% | - |
| XYZ | 53.12 | 53.89 | 74.62 | - |
| YUV | 194.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 219 | 0.13 | 0.12 | 0 | 0.14 | 237.86 | 0.28 | 0.8 |
| Hex | BF | C0 | DB | D | C | 0 | E | EE | 1C | 50 |
| Octal | 277 | 300 | 333 | 15 | 14 | 0 | 16 | 356 | 34 | 120 |
| Binary | 10111111 | 11000000 | 11011011 | 1101 | 1100 | 0 | 1110 | 11101110 | 11100 | 1010000 |
Color Harmonies of #BFC0DB
Complementary color
Monochromatic Colors of #BFC0DB
Black with #BFC0DB
Text Example
Text Example
White with #BFC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0DB; }
p { color: rgb(191,192,219); }
H1.HeaderClassName
{
color: #BFC0DB;
}
.AnyTagClassName
{
color: #BFC0DB;
}
</style>
background-color css
<style>
a { background-color: #BFC0DB; }
a { background-color: rgb(191,192,219); }
div.DivClassName
{
background-color: #BFC0DB;
}
.BgClassName
{
background-color: #BFC0DB;
}
</style>
border-color css
<style>
span { border-color: #BFC0DB; }
span { border-color: rgb(191,192,219); }
td.TdClassName
{
border-color: #BFC0DB;
}
.TagClassName
{
border-color: #BFC0DB;
}
</style>