Shades of Lavender Grey #BBBFD6
Tints of Lavender Grey #BBBFD6
RGB
CMYK
RGB Variations
Color information
#BBBFD6 (or 0xBBBFD6) is known color: Lavender Grey. HEX triplet: BB, BF and D6. RGB value is (187,191,214). Sum of RGB (Red+Green+Blue) = 187+191+214=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD6 is #444029. Grayscale: #C0C0C0. Windows color (decimal): -4472874 or 14073787. OLE color: 14073787.
HSL color Cylindrical-coordinate representation of color #BBBFD6: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBFD6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 191 | 214 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.16 |
| HSL | 231.11º | 0.25% | 0.79% | - |
| HSV(B) | 231.11º | 0.13% | 0.84% | - |
| XYZ | 51.26 | 52.68 | 71.09 | - |
| YUV | 192.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 214 | 0.13 | 0.11 | 0 | 0.16 | 231.11 | 0.25 | 0.79 |
| Hex | BB | BF | D6 | D | B | 0 | 10 | E7 | 19 | 4F |
| Octal | 273 | 277 | 326 | 15 | 13 | 0 | 20 | 347 | 31 | 117 |
| Binary | 10111011 | 10111111 | 11010110 | 1101 | 1011 | 0 | 10000 | 11100111 | 11001 | 1001111 |
Color Harmonies of #BBBFD6
Complementary color
Monochromatic Colors of #BBBFD6
Black with #BBBFD6
Text Example
Text Example
White with #BBBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD6; }
p { color: rgb(187,191,214); }
H1.HeaderClassName
{
color: #BBBFD6;
}
.AnyTagClassName
{
color: #BBBFD6;
}
</style>
background-color css
<style>
a { background-color: #BBBFD6; }
a { background-color: rgb(187,191,214); }
div.DivClassName
{
background-color: #BBBFD6;
}
.BgClassName
{
background-color: #BBBFD6;
}
</style>
border-color css
<style>
span { border-color: #BBBFD6; }
span { border-color: rgb(187,191,214); }
td.TdClassName
{
border-color: #BBBFD6;
}
.TagClassName
{
border-color: #BBBFD6;
}
</style>