Shades of Lavender Grey #BFBEEB
Tints of Lavender Grey #BFBEEB
RGB
CMYK
RGB Variations
Color information
#BFBEEB (or 0xBFBEEB) is known color: Lavender Grey. HEX triplet: BF, BE and EB. RGB value is (191,190,235). Sum of RGB (Red+Green+Blue) = 191+190+235=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEB is #404114. Grayscale: #C3C3C3. Windows color (decimal): -4210965 or 15449791. OLE color: 15449791.
HSL color Cylindrical-coordinate representation of color #BFBEEB: hue angle of 241.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBEEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 190 | 235 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.08 |
| HSL | 241.33º | 0.53% | 0.83% | - |
| HSV(B) | 241.33º | 0.19% | 0.92% | - |
| XYZ | 54.89 | 53.9 | 86.11 | - |
| YUV | 195.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 235 | 0.19 | 0.19 | 0 | 0.08 | 241.33 | 0.53 | 0.83 |
| Hex | BF | BE | EB | 13 | 13 | 0 | 8 | F1 | 35 | 53 |
| Octal | 277 | 276 | 353 | 23 | 23 | 0 | 10 | 361 | 65 | 123 |
| Binary | 10111111 | 10111110 | 11101011 | 10011 | 10011 | 0 | 1000 | 11110001 | 110101 | 1010011 |
Color Harmonies of #BFBEEB
Complementary color
Monochromatic Colors of #BFBEEB
Black with #BFBEEB
Text Example
Text Example
White with #BFBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEEB; }
p { color: rgb(191,190,235); }
H1.HeaderClassName
{
color: #BFBEEB;
}
.AnyTagClassName
{
color: #BFBEEB;
}
</style>
background-color css
<style>
a { background-color: #BFBEEB; }
a { background-color: rgb(191,190,235); }
div.DivClassName
{
background-color: #BFBEEB;
}
.BgClassName
{
background-color: #BFBEEB;
}
</style>
border-color css
<style>
span { border-color: #BFBEEB; }
span { border-color: rgb(191,190,235); }
td.TdClassName
{
border-color: #BFBEEB;
}
.TagClassName
{
border-color: #BFBEEB;
}
</style>