Shades of Lavender Grey #BFC1E3
Tints of Lavender Grey #BFC1E3
RGB
CMYK
RGB Variations
Color information
#BFC1E3 (or 0xBFC1E3) is known color: Lavender Grey. HEX triplet: BF, C1 and E3. RGB value is (191,193,227). Sum of RGB (Red+Green+Blue) = 191+193+227=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFC1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1E3 is #403E1C. Grayscale: #C4C4C4. Windows color (decimal): -4210205 or 14926271. OLE color: 14926271.
HSL color Cylindrical-coordinate representation of color #BFC1E3: hue angle of 236.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC1E3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 193 | 227 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.11 |
| HSL | 236.67º | 0.39% | 0.82% | - |
| HSV(B) | 236.67º | 0.16% | 0.89% | - |
| XYZ | 54.42 | 54.76 | 80.37 | - |
| YUV | 196.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 227 | 0.16 | 0.15 | 0 | 0.11 | 236.67 | 0.39 | 0.82 |
| Hex | BF | C1 | E3 | 10 | F | 0 | B | ED | 27 | 52 |
| Octal | 277 | 301 | 343 | 20 | 17 | 0 | 13 | 355 | 47 | 122 |
| Binary | 10111111 | 11000001 | 11100011 | 10000 | 1111 | 0 | 1011 | 11101101 | 100111 | 1010010 |
Color Harmonies of #BFC1E3
Complementary color
Monochromatic Colors of #BFC1E3
Black with #BFC1E3
Text Example
Text Example
White with #BFC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1E3; }
p { color: rgb(191,193,227); }
H1.HeaderClassName
{
color: #BFC1E3;
}
.AnyTagClassName
{
color: #BFC1E3;
}
</style>
background-color css
<style>
a { background-color: #BFC1E3; }
a { background-color: rgb(191,193,227); }
div.DivClassName
{
background-color: #BFC1E3;
}
.BgClassName
{
background-color: #BFC1E3;
}
</style>
border-color css
<style>
span { border-color: #BFC1E3; }
span { border-color: rgb(191,193,227); }
td.TdClassName
{
border-color: #BFC1E3;
}
.TagClassName
{
border-color: #BFC1E3;
}
</style>