Shades of Lavender Grey #BFBBE6
Tints of Lavender Grey #BFBBE6
RGB
CMYK
RGB Variations
Color information
#BFBBE6 (or 0xBFBBE6) is known color: Lavender Grey. HEX triplet: BF, BB and E6. RGB value is (191,187,230). Sum of RGB (Red+Green+Blue) = 191+187+230=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE6 is #404419. Grayscale: #C0C0C0. Windows color (decimal): -4211738 or 15121343. OLE color: 15121343.
HSL color Cylindrical-coordinate representation of color #BFBBE6: hue angle of 245.58º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBBE6 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 187 | 230 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.10 |
| HSL | 245.58º | 0.46% | 0.82% | - |
| HSV(B) | 245.58º | 0.19% | 0.9% | - |
| XYZ | 53.54 | 52.33 | 82.14 | - |
| YUV | 193.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 230 | 0.17 | 0.19 | 0 | 0.10 | 245.58 | 0.46 | 0.82 |
| Hex | BF | BB | E6 | 11 | 13 | 0 | A | F6 | 2E | 52 |
| Octal | 277 | 273 | 346 | 21 | 23 | 0 | 12 | 366 | 56 | 122 |
| Binary | 10111111 | 10111011 | 11100110 | 10001 | 10011 | 0 | 1010 | 11110110 | 101110 | 1010010 |
Color Harmonies of #BFBBE6
Complementary color
Monochromatic Colors of #BFBBE6
Black with #BFBBE6
Text Example
Text Example
White with #BFBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE6; }
p { color: rgb(191,187,230); }
H1.HeaderClassName
{
color: #BFBBE6;
}
.AnyTagClassName
{
color: #BFBBE6;
}
</style>
background-color css
<style>
a { background-color: #BFBBE6; }
a { background-color: rgb(191,187,230); }
div.DivClassName
{
background-color: #BFBBE6;
}
.BgClassName
{
background-color: #BFBBE6;
}
</style>
border-color css
<style>
span { border-color: #BFBBE6; }
span { border-color: rgb(191,187,230); }
td.TdClassName
{
border-color: #BFBBE6;
}
.TagClassName
{
border-color: #BFBBE6;
}
</style>