Shades of Lavender Grey #BFC0D6
Tints of Lavender Grey #BFC0D6
RGB
CMYK
RGB Variations
Color information
#BFC0D6 (or 0xBFC0D6) is known color: Lavender Grey. HEX triplet: BF, C0 and D6. RGB value is (191,192,214). Sum of RGB (Red+Green+Blue) = 191+192+214=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D6 is #403F29. Grayscale: #C2C2C2. Windows color (decimal): -4210474 or 14074047. OLE color: 14074047.
HSL color Cylindrical-coordinate representation of color #BFC0D6: hue angle of 237.39º 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 #BFC0D6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 192 | 214 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.16 |
| HSL | 237.39º | 0.22% | 0.79% | - |
| HSV(B) | 237.39º | 0.11% | 0.84% | - |
| XYZ | 52.47 | 53.63 | 71.2 | - |
| YUV | 194.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 214 | 0.11 | 0.10 | 0 | 0.16 | 237.39 | 0.22 | 0.79 |
| Hex | BF | C0 | D6 | B | A | 0 | 10 | ED | 16 | 4F |
| Octal | 277 | 300 | 326 | 13 | 12 | 0 | 20 | 355 | 26 | 117 |
| Binary | 10111111 | 11000000 | 11010110 | 1011 | 1010 | 0 | 10000 | 11101101 | 10110 | 1001111 |
Color Harmonies of #BFC0D6
Complementary color
Monochromatic Colors of #BFC0D6
Black with #BFC0D6
Text Example
Text Example
White with #BFC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0D6; }
p { color: rgb(191,192,214); }
H1.HeaderClassName
{
color: #BFC0D6;
}
.AnyTagClassName
{
color: #BFC0D6;
}
</style>
background-color css
<style>
a { background-color: #BFC0D6; }
a { background-color: rgb(191,192,214); }
div.DivClassName
{
background-color: #BFC0D6;
}
.BgClassName
{
background-color: #BFC0D6;
}
</style>
border-color css
<style>
span { border-color: #BFC0D6; }
span { border-color: rgb(191,192,214); }
td.TdClassName
{
border-color: #BFC0D6;
}
.TagClassName
{
border-color: #BFC0D6;
}
</style>