Shades of Lavender Grey #BFC1E4
Tints of Lavender Grey #BFC1E4
RGB
CMYK
RGB Variations
Color information
#BFC1E4 (or 0xBFC1E4) is known color: Lavender Grey. HEX triplet: BF, C1 and E4. RGB value is (191,193,228). Sum of RGB (Red+Green+Blue) = 191+193+228=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFC1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1E4 is #403E1B. Grayscale: #C4C4C4. Windows color (decimal): -4210204 or 14991807. OLE color: 14991807.
HSL color Cylindrical-coordinate representation of color #BFC1E4: hue angle of 236.76º degrees, saturation: 0.41, 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 #BFC1E4 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 193 | 228 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.11 |
| HSL | 236.76º | 0.41% | 0.82% | - |
| HSV(B) | 236.76º | 0.16% | 0.89% | - |
| XYZ | 54.56 | 54.82 | 81.1 | - |
| YUV | 196.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 228 | 0.16 | 0.15 | 0 | 0.11 | 236.76 | 0.41 | 0.82 |
| Hex | BF | C1 | E4 | 10 | F | 0 | B | ED | 29 | 52 |
| Octal | 277 | 301 | 344 | 20 | 17 | 0 | 13 | 355 | 51 | 122 |
| Binary | 10111111 | 11000001 | 11100100 | 10000 | 1111 | 0 | 1011 | 11101101 | 101001 | 1010010 |
Color Harmonies of #BFC1E4
Complementary color
Monochromatic Colors of #BFC1E4
Black with #BFC1E4
Text Example
Text Example
White with #BFC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1E4; }
p { color: rgb(191,193,228); }
H1.HeaderClassName
{
color: #BFC1E4;
}
.AnyTagClassName
{
color: #BFC1E4;
}
</style>
background-color css
<style>
a { background-color: #BFC1E4; }
a { background-color: rgb(191,193,228); }
div.DivClassName
{
background-color: #BFC1E4;
}
.BgClassName
{
background-color: #BFC1E4;
}
</style>
border-color css
<style>
span { border-color: #BFC1E4; }
span { border-color: rgb(191,193,228); }
td.TdClassName
{
border-color: #BFC1E4;
}
.TagClassName
{
border-color: #BFC1E4;
}
</style>