Shades of Lavender Grey #BFC1D3
Tints of Lavender Grey #BFC1D3
RGB
CMYK
RGB Variations
Color information
#BFC1D3 (or 0xBFC1D3) is known color: Lavender Grey. HEX triplet: BF, C1 and D3. RGB value is (191,193,211). Sum of RGB (Red+Green+Blue) = 191+193+211=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1D3 is #403E2C. Grayscale: #C2C2C2. Windows color (decimal): -4210221 or 13877695. OLE color: 13877695.
HSL color Cylindrical-coordinate representation of color #BFC1D3: hue angle of 234º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC1D3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 193 | 211 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.17 |
| HSL | 234º | 0.19% | 0.79% | - |
| HSV(B) | 234º | 0.09% | 0.83% | - |
| XYZ | 52.31 | 53.92 | 69.28 | - |
| YUV | 194.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 211 | 0.09 | 0.09 | 0 | 0.17 | 234 | 0.19 | 0.79 |
| Hex | BF | C1 | D3 | 9 | 9 | 0 | 11 | EA | 13 | 4F |
| Octal | 277 | 301 | 323 | 11 | 11 | 0 | 21 | 352 | 23 | 117 |
| Binary | 10111111 | 11000001 | 11010011 | 1001 | 1001 | 0 | 10001 | 11101010 | 10011 | 1001111 |
Color Harmonies of #BFC1D3
Complementary color
Monochromatic Colors of #BFC1D3
Black with #BFC1D3
Text Example
Text Example
White with #BFC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1D3; }
p { color: rgb(191,193,211); }
H1.HeaderClassName
{
color: #BFC1D3;
}
.AnyTagClassName
{
color: #BFC1D3;
}
</style>
background-color css
<style>
a { background-color: #BFC1D3; }
a { background-color: rgb(191,193,211); }
div.DivClassName
{
background-color: #BFC1D3;
}
.BgClassName
{
background-color: #BFC1D3;
}
</style>
border-color css
<style>
span { border-color: #BFC1D3; }
span { border-color: rgb(191,193,211); }
td.TdClassName
{
border-color: #BFC1D3;
}
.TagClassName
{
border-color: #BFC1D3;
}
</style>