Shades of Lavender Grey #BFC2D6
Tints of Lavender Grey #BFC2D6
RGB
CMYK
RGB Variations
Color information
#BFC2D6 (or 0xBFC2D6) is known color: Lavender Grey. HEX triplet: BF, C2 and D6. RGB value is (191,194,214). Sum of RGB (Red+Green+Blue) = 191+194+214=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D6 is #403D29. Grayscale: #C3C3C3. Windows color (decimal): -4209962 or 14074559. OLE color: 14074559.
HSL color Cylindrical-coordinate representation of color #BFC2D6: hue angle of 232.17º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC2D6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 194 | 214 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.16 |
| HSL | 232.17º | 0.22% | 0.79% | - |
| HSV(B) | 232.17º | 0.11% | 0.84% | - |
| XYZ | 52.92 | 54.51 | 71.35 | - |
| YUV | 195.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 214 | 0.11 | 0.09 | 0 | 0.16 | 232.17 | 0.22 | 0.79 |
| Hex | BF | C2 | D6 | B | 9 | 0 | 10 | E8 | 16 | 4F |
| Octal | 277 | 302 | 326 | 13 | 11 | 0 | 20 | 350 | 26 | 117 |
| Binary | 10111111 | 11000010 | 11010110 | 1011 | 1001 | 0 | 10000 | 11101000 | 10110 | 1001111 |
Color Harmonies of #BFC2D6
Complementary color
Monochromatic Colors of #BFC2D6
Black with #BFC2D6
Text Example
Text Example
White with #BFC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2D6; }
p { color: rgb(191,194,214); }
H1.HeaderClassName
{
color: #BFC2D6;
}
.AnyTagClassName
{
color: #BFC2D6;
}
</style>
background-color css
<style>
a { background-color: #BFC2D6; }
a { background-color: rgb(191,194,214); }
div.DivClassName
{
background-color: #BFC2D6;
}
.BgClassName
{
background-color: #BFC2D6;
}
</style>
border-color css
<style>
span { border-color: #BFC2D6; }
span { border-color: rgb(191,194,214); }
td.TdClassName
{
border-color: #BFC2D6;
}
.TagClassName
{
border-color: #BFC2D6;
}
</style>