Shades of Lavender Grey #BFC2D7
Tints of Lavender Grey #BFC2D7
RGB
CMYK
RGB Variations
Color information
#BFC2D7 (or 0xBFC2D7) is known color: Lavender Grey. HEX triplet: BF, C2 and D7. RGB value is (191,194,215). Sum of RGB (Red+Green+Blue) = 191+194+215=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D7 is #403D28. Grayscale: #C3C3C3. Windows color (decimal): -4209961 or 14140095. OLE color: 14140095.
HSL color Cylindrical-coordinate representation of color #BFC2D7: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC2D7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 194 | 215 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.16 |
| HSL | 232.5º | 0.23% | 0.8% | - |
| HSV(B) | 232.5º | 0.11% | 0.84% | - |
| XYZ | 53.04 | 54.57 | 72.03 | - |
| YUV | 195.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 215 | 0.11 | 0.10 | 0 | 0.16 | 232.5 | 0.23 | 0.8 |
| Hex | BF | C2 | D7 | B | A | 0 | 10 | E8 | 17 | 50 |
| Octal | 277 | 302 | 327 | 13 | 12 | 0 | 20 | 350 | 27 | 120 |
| Binary | 10111111 | 11000010 | 11010111 | 1011 | 1010 | 0 | 10000 | 11101000 | 10111 | 1010000 |
Color Harmonies of #BFC2D7
Complementary color
Monochromatic Colors of #BFC2D7
Black with #BFC2D7
Text Example
Text Example
White with #BFC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2D7; }
p { color: rgb(191,194,215); }
H1.HeaderClassName
{
color: #BFC2D7;
}
.AnyTagClassName
{
color: #BFC2D7;
}
</style>
background-color css
<style>
a { background-color: #BFC2D7; }
a { background-color: rgb(191,194,215); }
div.DivClassName
{
background-color: #BFC2D7;
}
.BgClassName
{
background-color: #BFC2D7;
}
</style>
border-color css
<style>
span { border-color: #BFC2D7; }
span { border-color: rgb(191,194,215); }
td.TdClassName
{
border-color: #BFC2D7;
}
.TagClassName
{
border-color: #BFC2D7;
}
</style>