Shades of Lavender Grey #BFC0D8
Tints of Lavender Grey #BFC0D8
RGB
CMYK
RGB Variations
Color information
#BFC0D8 (or 0xBFC0D8) is known color: Lavender Grey. HEX triplet: BF, C0 and D8. RGB value is (191,192,216). Sum of RGB (Red+Green+Blue) = 191+192+216=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D8 is #403F27. Grayscale: #C2C2C2. Windows color (decimal): -4210472 or 14205119. OLE color: 14205119.
HSL color Cylindrical-coordinate representation of color #BFC0D8: hue angle of 237.6º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC0D8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 192 | 216 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.15 |
| HSL | 237.6º | 0.24% | 0.8% | - |
| HSV(B) | 237.6º | 0.12% | 0.85% | - |
| XYZ | 52.73 | 53.73 | 72.56 | - |
| YUV | 194.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 216 | 0.12 | 0.11 | 0 | 0.15 | 237.6 | 0.24 | 0.8 |
| Hex | BF | C0 | D8 | C | B | 0 | F | EE | 18 | 50 |
| Octal | 277 | 300 | 330 | 14 | 13 | 0 | 17 | 356 | 30 | 120 |
| Binary | 10111111 | 11000000 | 11011000 | 1100 | 1011 | 0 | 1111 | 11101110 | 11000 | 1010000 |
Color Harmonies of #BFC0D8
Complementary color
Monochromatic Colors of #BFC0D8
Black with #BFC0D8
Text Example
Text Example
White with #BFC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0D8; }
p { color: rgb(191,192,216); }
H1.HeaderClassName
{
color: #BFC0D8;
}
.AnyTagClassName
{
color: #BFC0D8;
}
</style>
background-color css
<style>
a { background-color: #BFC0D8; }
a { background-color: rgb(191,192,216); }
div.DivClassName
{
background-color: #BFC0D8;
}
.BgClassName
{
background-color: #BFC0D8;
}
</style>
border-color css
<style>
span { border-color: #BFC0D8; }
span { border-color: rgb(191,192,216); }
td.TdClassName
{
border-color: #BFC0D8;
}
.TagClassName
{
border-color: #BFC0D8;
}
</style>