Shades of Lavender Grey #BFBBEF
Tints of Lavender Grey #BFBBEF
RGB
CMYK
RGB Variations
Color information
#BFBBEF (or 0xBFBBEF) is known color: Lavender Grey. HEX triplet: BF, BB and EF. RGB value is (191,187,239). Sum of RGB (Red+Green+Blue) = 191+187+239=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFBBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEF is #404410. Grayscale: #C1C1C1. Windows color (decimal): -4211729 or 15711167. OLE color: 15711167.
HSL color Cylindrical-coordinate representation of color #BFBBEF: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBBEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 187 | 239 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.06 |
| HSL | 244.62º | 0.62% | 0.84% | - |
| HSV(B) | 244.62º | 0.22% | 0.94% | - |
| XYZ | 54.84 | 52.85 | 88.97 | - |
| YUV | 194.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 239 | 0.20 | 0.22 | 0 | 0.06 | 244.62 | 0.62 | 0.84 |
| Hex | BF | BB | EF | 14 | 16 | 0 | 6 | F5 | 3E | 54 |
| Octal | 277 | 273 | 357 | 24 | 26 | 0 | 6 | 365 | 76 | 124 |
| Binary | 10111111 | 10111011 | 11101111 | 10100 | 10110 | 0 | 110 | 11110101 | 111110 | 1010100 |
Color Harmonies of #BFBBEF
Complementary color
Monochromatic Colors of #BFBBEF
Black with #BFBBEF
Text Example
Text Example
White with #BFBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBEF; }
p { color: rgb(191,187,239); }
H1.HeaderClassName
{
color: #BFBBEF;
}
.AnyTagClassName
{
color: #BFBBEF;
}
</style>
background-color css
<style>
a { background-color: #BFBBEF; }
a { background-color: rgb(191,187,239); }
div.DivClassName
{
background-color: #BFBBEF;
}
.BgClassName
{
background-color: #BFBBEF;
}
</style>
border-color css
<style>
span { border-color: #BFBBEF; }
span { border-color: rgb(191,187,239); }
td.TdClassName
{
border-color: #BFBBEF;
}
.TagClassName
{
border-color: #BFBBEF;
}
</style>