Shades of Lavender Grey #BFBBE3
Tints of Lavender Grey #BFBBE3
RGB
CMYK
RGB Variations
Color information
#BFBBE3 (or 0xBFBBE3) is known color: Lavender Grey. HEX triplet: BF, BB and E3. RGB value is (191,187,227). Sum of RGB (Red+Green+Blue) = 191+187+227=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBE3 is #40441C. Grayscale: #C0C0C0. Windows color (decimal): -4211741 or 14924735. OLE color: 14924735.
HSL color Cylindrical-coordinate representation of color #BFBBE3: hue angle of 246º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBBE3 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 187 | 227 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.11 |
| HSL | 246º | 0.42% | 0.81% | - |
| HSV(B) | 246º | 0.18% | 0.89% | - |
| XYZ | 53.12 | 52.16 | 79.94 | - |
| YUV | 192.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 227 | 0.16 | 0.18 | 0 | 0.11 | 246 | 0.42 | 0.81 |
| Hex | BF | BB | E3 | 10 | 12 | 0 | B | F6 | 2A | 51 |
| Octal | 277 | 273 | 343 | 20 | 22 | 0 | 13 | 366 | 52 | 121 |
| Binary | 10111111 | 10111011 | 11100011 | 10000 | 10010 | 0 | 1011 | 11110110 | 101010 | 1010001 |
Color Harmonies of #BFBBE3
Complementary color
Monochromatic Colors of #BFBBE3
Black with #BFBBE3
Text Example
Text Example
White with #BFBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE3; }
p { color: rgb(191,187,227); }
H1.HeaderClassName
{
color: #BFBBE3;
}
.AnyTagClassName
{
color: #BFBBE3;
}
</style>
background-color css
<style>
a { background-color: #BFBBE3; }
a { background-color: rgb(191,187,227); }
div.DivClassName
{
background-color: #BFBBE3;
}
.BgClassName
{
background-color: #BFBBE3;
}
</style>
border-color css
<style>
span { border-color: #BFBBE3; }
span { border-color: rgb(191,187,227); }
td.TdClassName
{
border-color: #BFBBE3;
}
.TagClassName
{
border-color: #BFBBE3;
}
</style>