Shades of Lavender Grey #BFC1D0
Tints of Lavender Grey #BFC1D0
RGB
CMYK
RGB Variations
Color information
#BFC1D0 (or 0xBFC1D0) is known color: Lavender Grey. HEX triplet: BF, C1 and D0. RGB value is (191,193,208). Sum of RGB (Red+Green+Blue) = 191+193+208=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1D0 is #403E2F. Grayscale: #C2C2C2. Windows color (decimal): -4210224 or 13681087. OLE color: 13681087.
HSL color Cylindrical-coordinate representation of color #BFC1D0: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC1D0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 193 | 208 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.18 |
| HSL | 232.94º | 0.15% | 0.78% | - |
| HSV(B) | 232.94º | 0.08% | 0.82% | - |
| XYZ | 51.94 | 53.77 | 67.32 | - |
| YUV | 194.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 208 | 0.08 | 0.07 | 0 | 0.18 | 232.94 | 0.15 | 0.78 |
| Hex | BF | C1 | D0 | 8 | 7 | 0 | 12 | E9 | F | 4E |
| Octal | 277 | 301 | 320 | 10 | 7 | 0 | 22 | 351 | 17 | 116 |
| Binary | 10111111 | 11000001 | 11010000 | 1000 | 111 | 0 | 10010 | 11101001 | 1111 | 1001110 |
Color Harmonies of #BFC1D0
Complementary color
Monochromatic Colors of #BFC1D0
Black with #BFC1D0
Text Example
Text Example
White with #BFC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1D0; }
p { color: rgb(191,193,208); }
H1.HeaderClassName
{
color: #BFC1D0;
}
.AnyTagClassName
{
color: #BFC1D0;
}
</style>
background-color css
<style>
a { background-color: #BFC1D0; }
a { background-color: rgb(191,193,208); }
div.DivClassName
{
background-color: #BFC1D0;
}
.BgClassName
{
background-color: #BFC1D0;
}
</style>
border-color css
<style>
span { border-color: #BFC1D0; }
span { border-color: rgb(191,193,208); }
td.TdClassName
{
border-color: #BFC1D0;
}
.TagClassName
{
border-color: #BFC1D0;
}
</style>