Shades of Lavender Grey #BFC0DE
Tints of Lavender Grey #BFC0DE
RGB
CMYK
RGB Variations
Color information
#BFC0DE (or 0xBFC0DE) is known color: Lavender Grey. HEX triplet: BF, C0 and DE. RGB value is (191,192,222). Sum of RGB (Red+Green+Blue) = 191+192+222=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DE is #403F21. Grayscale: #C3C3C3. Windows color (decimal): -4210466 or 14598335. OLE color: 14598335.
HSL color Cylindrical-coordinate representation of color #BFC0DE: hue angle of 238.06º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC0DE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 192 | 222 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 238.06º | 0.32% | 0.81% | - |
| HSV(B) | 238.06º | 0.14% | 0.87% | - |
| XYZ | 53.52 | 54.05 | 76.72 | - |
| YUV | 195.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 222 | 0.14 | 0.14 | 0 | 0.13 | 238.06 | 0.32 | 0.81 |
| Hex | BF | C0 | DE | E | E | 0 | D | EE | 20 | 51 |
| Octal | 277 | 300 | 336 | 16 | 16 | 0 | 15 | 356 | 40 | 121 |
| Binary | 10111111 | 11000000 | 11011110 | 1110 | 1110 | 0 | 1101 | 11101110 | 100000 | 1010001 |
Color Harmonies of #BFC0DE
Complementary color
Monochromatic Colors of #BFC0DE
Black with #BFC0DE
Text Example
Text Example
White with #BFC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0DE; }
p { color: rgb(191,192,222); }
H1.HeaderClassName
{
color: #BFC0DE;
}
.AnyTagClassName
{
color: #BFC0DE;
}
</style>
background-color css
<style>
a { background-color: #BFC0DE; }
a { background-color: rgb(191,192,222); }
div.DivClassName
{
background-color: #BFC0DE;
}
.BgClassName
{
background-color: #BFC0DE;
}
</style>
border-color css
<style>
span { border-color: #BFC0DE; }
span { border-color: rgb(191,192,222); }
td.TdClassName
{
border-color: #BFC0DE;
}
.TagClassName
{
border-color: #BFC0DE;
}
</style>