Shades of Lavender Grey #BFC0E3
Tints of Lavender Grey #BFC0E3
RGB
CMYK
RGB Variations
Color information
#BFC0E3 (or 0xBFC0E3) is known color: Lavender Grey. HEX triplet: BF, C0 and E3. RGB value is (191,192,227). Sum of RGB (Red+Green+Blue) = 191+192+227=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFC0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0E3 is #403F1C. Grayscale: #C3C3C3. Windows color (decimal): -4210461 or 14926015. OLE color: 14926015.
HSL color Cylindrical-coordinate representation of color #BFC0E3: hue angle of 238.33º 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 #BFC0E3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 192 | 227 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.11 |
| HSL | 238.33º | 0.39% | 0.82% | - |
| HSV(B) | 238.33º | 0.16% | 0.89% | - |
| XYZ | 54.2 | 54.32 | 80.3 | - |
| YUV | 195.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 227 | 0.16 | 0.15 | 0 | 0.11 | 238.33 | 0.39 | 0.82 |
| Hex | BF | C0 | E3 | 10 | F | 0 | B | EE | 27 | 52 |
| Octal | 277 | 300 | 343 | 20 | 17 | 0 | 13 | 356 | 47 | 122 |
| Binary | 10111111 | 11000000 | 11100011 | 10000 | 1111 | 0 | 1011 | 11101110 | 100111 | 1010010 |
Color Harmonies of #BFC0E3
Complementary color
Monochromatic Colors of #BFC0E3
Black with #BFC0E3
Text Example
Text Example
White with #BFC0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0E3; }
p { color: rgb(191,192,227); }
H1.HeaderClassName
{
color: #BFC0E3;
}
.AnyTagClassName
{
color: #BFC0E3;
}
</style>
background-color css
<style>
a { background-color: #BFC0E3; }
a { background-color: rgb(191,192,227); }
div.DivClassName
{
background-color: #BFC0E3;
}
.BgClassName
{
background-color: #BFC0E3;
}
</style>
border-color css
<style>
span { border-color: #BFC0E3; }
span { border-color: rgb(191,192,227); }
td.TdClassName
{
border-color: #BFC0E3;
}
.TagClassName
{
border-color: #BFC0E3;
}
</style>