Shades of Lavender Grey #BFC1E6
Tints of Lavender Grey #BFC1E6
RGB
CMYK
RGB Variations
Color information
#BFC1E6 (or 0xBFC1E6) is known color: Lavender Grey. HEX triplet: BF, C1 and E6. RGB value is (191,193,230). Sum of RGB (Red+Green+Blue) = 191+193+230=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1E6 is #403E19. Grayscale: #C4C4C4. Windows color (decimal): -4210202 or 15122879. OLE color: 15122879.
HSL color Cylindrical-coordinate representation of color #BFC1E6: hue angle of 236.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC1E6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 191 | 193 | 230 | - |
CMYK | 0.17 | 0.16 | 0 | 0.10 |
HSL | 236.92º | 0.44% | 0.83% | - |
HSV(B) | 236.92º | 0.17% | 0.9% | - |
XYZ | 54.84 | 54.93 | 82.58 | - |
YUV | 196.62 | 146.84 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 193 | 230 | 0.17 | 0.16 | 0 | 0.10 | 236.92 | 0.44 | 0.83 |
Hex | BF | C1 | E6 | 11 | 10 | 0 | A | ED | 2C | 53 |
Octal | 277 | 301 | 346 | 21 | 20 | 0 | 12 | 355 | 54 | 123 |
Binary | 10111111 | 11000001 | 11100110 | 10001 | 10000 | 0 | 1010 | 11101101 | 101100 | 1010011 |
Color Harmonies of #BFC1E6
Complementary color
Monochromatic Colors of #BFC1E6
Black with #BFC1E6
Text Example
Text Example
White with #BFC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1E6; }
p { color: rgb(191,193,230); }
H1.HeaderClassName
{
color: #BFC1E6;
}
.AnyTagClassName
{
color: #BFC1E6;
}
</style>
background-color css
<style>
a { background-color: #BFC1E6; }
a { background-color: rgb(191,193,230); }
div.DivClassName
{
background-color: #BFC1E6;
}
.BgClassName
{
background-color: #BFC1E6;
}
</style>
border-color css
<style>
span { border-color: #BFC1E6; }
span { border-color: rgb(191,193,230); }
td.TdClassName
{
border-color: #BFC1E6;
}
.TagClassName
{
border-color: #BFC1E6;
}
</style>