Shades of Lavender Grey #BFC2DC
Tints of Lavender Grey #BFC2DC
RGB
CMYK
RGB Variations
Color information
#BFC2DC (or 0xBFC2DC) is known color: Lavender Grey. HEX triplet: BF, C2 and DC. RGB value is (191,194,220). Sum of RGB (Red+Green+Blue) = 191+194+220=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DC is #403D23. Grayscale: #C3C3C3. Windows color (decimal): -4209956 or 14467775. OLE color: 14467775.
HSL color Cylindrical-coordinate representation of color #BFC2DC: hue angle of 233.79º 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 #BFC2DC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 194 | 220 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.14 |
| HSL | 233.79º | 0.29% | 0.81% | - |
| HSV(B) | 233.79º | 0.13% | 0.86% | - |
| XYZ | 53.7 | 54.83 | 75.46 | - |
| YUV | 196.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 220 | 0.13 | 0.12 | 0 | 0.14 | 233.79 | 0.29 | 0.81 |
| Hex | BF | C2 | DC | D | C | 0 | E | EA | 1D | 51 |
| Octal | 277 | 302 | 334 | 15 | 14 | 0 | 16 | 352 | 35 | 121 |
| Binary | 10111111 | 11000010 | 11011100 | 1101 | 1100 | 0 | 1110 | 11101010 | 11101 | 1010001 |
Color Harmonies of #BFC2DC
Complementary color
Monochromatic Colors of #BFC2DC
Black with #BFC2DC
Text Example
Text Example
White with #BFC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2DC; }
p { color: rgb(191,194,220); }
H1.HeaderClassName
{
color: #BFC2DC;
}
.AnyTagClassName
{
color: #BFC2DC;
}
</style>
background-color css
<style>
a { background-color: #BFC2DC; }
a { background-color: rgb(191,194,220); }
div.DivClassName
{
background-color: #BFC2DC;
}
.BgClassName
{
background-color: #BFC2DC;
}
</style>
border-color css
<style>
span { border-color: #BFC2DC; }
span { border-color: rgb(191,194,220); }
td.TdClassName
{
border-color: #BFC2DC;
}
.TagClassName
{
border-color: #BFC2DC;
}
</style>