Shades of Lavender Grey #BFBBEB
Tints of Lavender Grey #BFBBEB
RGB
CMYK
RGB Variations
Color information
#BFBBEB (or 0xBFBBEB) is known color: Lavender Grey. HEX triplet: BF, BB and EB. RGB value is (191,187,235). Sum of RGB (Red+Green+Blue) = 191+187+235=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEB is #404414. Grayscale: #C1C1C1. Windows color (decimal): -4211733 or 15449023. OLE color: 15449023.
HSL color Cylindrical-coordinate representation of color #BFBBEB: hue angle of 245º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBBEB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 187 | 235 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.08 |
| HSL | 245º | 0.55% | 0.83% | - |
| HSV(B) | 245º | 0.2% | 0.92% | - |
| XYZ | 54.25 | 52.62 | 85.89 | - |
| YUV | 193.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 235 | 0.19 | 0.20 | 0 | 0.08 | 245 | 0.55 | 0.83 |
| Hex | BF | BB | EB | 13 | 14 | 0 | 8 | F5 | 37 | 53 |
| Octal | 277 | 273 | 353 | 23 | 24 | 0 | 10 | 365 | 67 | 123 |
| Binary | 10111111 | 10111011 | 11101011 | 10011 | 10100 | 0 | 1000 | 11110101 | 110111 | 1010011 |
Color Harmonies of #BFBBEB
Complementary color
Monochromatic Colors of #BFBBEB
Black with #BFBBEB
Text Example
Text Example
White with #BFBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBEB; }
p { color: rgb(191,187,235); }
H1.HeaderClassName
{
color: #BFBBEB;
}
.AnyTagClassName
{
color: #BFBBEB;
}
</style>
background-color css
<style>
a { background-color: #BFBBEB; }
a { background-color: rgb(191,187,235); }
div.DivClassName
{
background-color: #BFBBEB;
}
.BgClassName
{
background-color: #BFBBEB;
}
</style>
border-color css
<style>
span { border-color: #BFBBEB; }
span { border-color: rgb(191,187,235); }
td.TdClassName
{
border-color: #BFBBEB;
}
.TagClassName
{
border-color: #BFBBEB;
}
</style>