Shades of Lavender Grey #BFC1E5
Tints of Lavender Grey #BFC1E5
RGB
CMYK
RGB Variations
Color information
#BFC1E5 (or 0xBFC1E5) is known color: Lavender Grey. HEX triplet: BF, C1 and E5. RGB value is (191,193,229). Sum of RGB (Red+Green+Blue) = 191+193+229=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1E5 is #403E1A. Grayscale: #C4C4C4. Windows color (decimal): -4210203 or 15057343. OLE color: 15057343.
HSL color Cylindrical-coordinate representation of color #BFC1E5: hue angle of 236.84º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC1E5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 193 | 229 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.10 |
| HSL | 236.84º | 0.42% | 0.82% | - |
| HSV(B) | 236.84º | 0.17% | 0.9% | - |
| XYZ | 54.7 | 54.87 | 81.84 | - |
| YUV | 196.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 229 | 0.17 | 0.16 | 0 | 0.10 | 236.84 | 0.42 | 0.82 |
| Hex | BF | C1 | E5 | 11 | 10 | 0 | A | ED | 2A | 52 |
| Octal | 277 | 301 | 345 | 21 | 20 | 0 | 12 | 355 | 52 | 122 |
| Binary | 10111111 | 11000001 | 11100101 | 10001 | 10000 | 0 | 1010 | 11101101 | 101010 | 1010010 |
Color Harmonies of #BFC1E5
Complementary color
Monochromatic Colors of #BFC1E5
Black with #BFC1E5
Text Example
Text Example
White with #BFC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1E5; }
p { color: rgb(191,193,229); }
H1.HeaderClassName
{
color: #BFC1E5;
}
.AnyTagClassName
{
color: #BFC1E5;
}
</style>
background-color css
<style>
a { background-color: #BFC1E5; }
a { background-color: rgb(191,193,229); }
div.DivClassName
{
background-color: #BFC1E5;
}
.BgClassName
{
background-color: #BFC1E5;
}
</style>
border-color css
<style>
span { border-color: #BFC1E5; }
span { border-color: rgb(191,193,229); }
td.TdClassName
{
border-color: #BFC1E5;
}
.TagClassName
{
border-color: #BFC1E5;
}
</style>