Shades of Lavender Grey #BBBFD4
Tints of Lavender Grey #BBBFD4
RGB
CMYK
RGB Variations
Color information
#BBBFD4 (or 0xBBBFD4) is known color: Lavender Grey. HEX triplet: BB, BF and D4. RGB value is (187,191,212). Sum of RGB (Red+Green+Blue) = 187+191+212=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD4 is #44402B. Grayscale: #C0C0C0. Windows color (decimal): -4472876 or 13942715. OLE color: 13942715.
HSL color Cylindrical-coordinate representation of color #BBBFD4: hue angle of 230.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBFD4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 191 | 212 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.17 |
| HSL | 230.4º | 0.23% | 0.78% | - |
| HSV(B) | 230.4º | 0.12% | 0.83% | - |
| XYZ | 51.01 | 52.58 | 69.75 | - |
| YUV | 192.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 212 | 0.12 | 0.10 | 0 | 0.17 | 230.4 | 0.23 | 0.78 |
| Hex | BB | BF | D4 | C | A | 0 | 11 | E6 | 17 | 4E |
| Octal | 273 | 277 | 324 | 14 | 12 | 0 | 21 | 346 | 27 | 116 |
| Binary | 10111011 | 10111111 | 11010100 | 1100 | 1010 | 0 | 10001 | 11100110 | 10111 | 1001110 |
Color Harmonies of #BBBFD4
Complementary color
Monochromatic Colors of #BBBFD4
Black with #BBBFD4
Text Example
Text Example
White with #BBBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD4; }
p { color: rgb(187,191,212); }
H1.HeaderClassName
{
color: #BBBFD4;
}
.AnyTagClassName
{
color: #BBBFD4;
}
</style>
background-color css
<style>
a { background-color: #BBBFD4; }
a { background-color: rgb(187,191,212); }
div.DivClassName
{
background-color: #BBBFD4;
}
.BgClassName
{
background-color: #BBBFD4;
}
</style>
border-color css
<style>
span { border-color: #BBBFD4; }
span { border-color: rgb(187,191,212); }
td.TdClassName
{
border-color: #BBBFD4;
}
.TagClassName
{
border-color: #BBBFD4;
}
</style>