Shades of Lavender Grey #BFC0D1
Tints of Lavender Grey #BFC0D1
RGB
CMYK
RGB Variations
Color information
#BFC0D1 (or 0xBFC0D1) is known color: Lavender Grey. HEX triplet: BF, C0 and D1. RGB value is (191,192,209). Sum of RGB (Red+Green+Blue) = 191+192+209=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D1 is #403F2E. Grayscale: #C1C1C1. Windows color (decimal): -4210479 or 13746367. OLE color: 13746367.
HSL color Cylindrical-coordinate representation of color #BFC0D1: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC0D1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 192 | 209 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.18 |
| HSL | 236.67º | 0.16% | 0.78% | - |
| HSV(B) | 236.67º | 0.09% | 0.82% | - |
| XYZ | 51.84 | 53.38 | 67.89 | - |
| YUV | 193.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 209 | 0.09 | 0.08 | 0 | 0.18 | 236.67 | 0.16 | 0.78 |
| Hex | BF | C0 | D1 | 9 | 8 | 0 | 12 | ED | 10 | 4E |
| Octal | 277 | 300 | 321 | 11 | 10 | 0 | 22 | 355 | 20 | 116 |
| Binary | 10111111 | 11000000 | 11010001 | 1001 | 1000 | 0 | 10010 | 11101101 | 10000 | 1001110 |
Color Harmonies of #BFC0D1
Complementary color
Monochromatic Colors of #BFC0D1
Black with #BFC0D1
Text Example
Text Example
White with #BFC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0D1; }
p { color: rgb(191,192,209); }
H1.HeaderClassName
{
color: #BFC0D1;
}
.AnyTagClassName
{
color: #BFC0D1;
}
</style>
background-color css
<style>
a { background-color: #BFC0D1; }
a { background-color: rgb(191,192,209); }
div.DivClassName
{
background-color: #BFC0D1;
}
.BgClassName
{
background-color: #BFC0D1;
}
</style>
border-color css
<style>
span { border-color: #BFC0D1; }
span { border-color: rgb(191,192,209); }
td.TdClassName
{
border-color: #BFC0D1;
}
.TagClassName
{
border-color: #BFC0D1;
}
</style>