Shades of Lavender Grey #BFC1E0
Tints of Lavender Grey #BFC1E0
RGB
CMYK
RGB Variations
Color information
#BFC1E0 (or 0xBFC1E0) is known color: Lavender Grey. HEX triplet: BF, C1 and E0. RGB value is (191,193,224). Sum of RGB (Red+Green+Blue) = 191+193+224=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1E0 is #403E1F. Grayscale: #C3C3C3. Windows color (decimal): -4210208 or 14729663. OLE color: 14729663.
HSL color Cylindrical-coordinate representation of color #BFC1E0: hue angle of 236.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFC1E0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 193 | 224 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.12 |
| HSL | 236.36º | 0.35% | 0.81% | - |
| HSV(B) | 236.36º | 0.15% | 0.88% | - |
| XYZ | 54.01 | 54.6 | 78.21 | - |
| YUV | 195.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 224 | 0.15 | 0.14 | 0 | 0.12 | 236.36 | 0.35 | 0.81 |
| Hex | BF | C1 | E0 | F | E | 0 | C | EC | 23 | 51 |
| Octal | 277 | 301 | 340 | 17 | 16 | 0 | 14 | 354 | 43 | 121 |
| Binary | 10111111 | 11000001 | 11100000 | 1111 | 1110 | 0 | 1100 | 11101100 | 100011 | 1010001 |
Color Harmonies of #BFC1E0
Complementary color
Monochromatic Colors of #BFC1E0
Black with #BFC1E0
Text Example
Text Example
White with #BFC1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1E0; }
p { color: rgb(191,193,224); }
H1.HeaderClassName
{
color: #BFC1E0;
}
.AnyTagClassName
{
color: #BFC1E0;
}
</style>
background-color css
<style>
a { background-color: #BFC1E0; }
a { background-color: rgb(191,193,224); }
div.DivClassName
{
background-color: #BFC1E0;
}
.BgClassName
{
background-color: #BFC1E0;
}
</style>
border-color css
<style>
span { border-color: #BFC1E0; }
span { border-color: rgb(191,193,224); }
td.TdClassName
{
border-color: #BFC1E0;
}
.TagClassName
{
border-color: #BFC1E0;
}
</style>