Shades of Lavender Grey #BFC1DC
Tints of Lavender Grey #BFC1DC
RGB
CMYK
RGB Variations
Color information
#BFC1DC (or 0xBFC1DC) is known color: Lavender Grey. HEX triplet: BF, C1 and DC. RGB value is (191,193,220). Sum of RGB (Red+Green+Blue) = 191+193+220=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1DC is #403E23. Grayscale: #C3C3C3. Windows color (decimal): -4210212 or 14467519. OLE color: 14467519.
HSL color Cylindrical-coordinate representation of color #BFC1DC: hue angle of 235.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC1DC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 193 | 220 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.14 |
| HSL | 235.86º | 0.29% | 0.81% | - |
| HSV(B) | 235.86º | 0.13% | 0.86% | - |
| XYZ | 53.47 | 54.38 | 75.39 | - |
| YUV | 195.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 220 | 0.13 | 0.12 | 0 | 0.14 | 235.86 | 0.29 | 0.81 |
| Hex | BF | C1 | DC | D | C | 0 | E | EC | 1D | 51 |
| Octal | 277 | 301 | 334 | 15 | 14 | 0 | 16 | 354 | 35 | 121 |
| Binary | 10111111 | 11000001 | 11011100 | 1101 | 1100 | 0 | 1110 | 11101100 | 11101 | 1010001 |
Color Harmonies of #BFC1DC
Complementary color
Monochromatic Colors of #BFC1DC
Black with #BFC1DC
Text Example
Text Example
White with #BFC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1DC; }
p { color: rgb(191,193,220); }
H1.HeaderClassName
{
color: #BFC1DC;
}
.AnyTagClassName
{
color: #BFC1DC;
}
</style>
background-color css
<style>
a { background-color: #BFC1DC; }
a { background-color: rgb(191,193,220); }
div.DivClassName
{
background-color: #BFC1DC;
}
.BgClassName
{
background-color: #BFC1DC;
}
</style>
border-color css
<style>
span { border-color: #BFC1DC; }
span { border-color: rgb(191,193,220); }
td.TdClassName
{
border-color: #BFC1DC;
}
.TagClassName
{
border-color: #BFC1DC;
}
</style>