Shades of Lavender Grey #BBBFD2
Tints of Lavender Grey #BBBFD2
RGB
CMYK
RGB Variations
Color information
#BBBFD2 (or 0xBBBFD2) is known color: Lavender Grey. HEX triplet: BB, BF and D2. RGB value is (187,191,210). Sum of RGB (Red+Green+Blue) = 187+191+210=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD2 is #44402D. Grayscale: #BFBFBF. Windows color (decimal): -4472878 or 13811643. OLE color: 13811643.
HSL color Cylindrical-coordinate representation of color #BBBFD2: hue angle of 229.57º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBFD2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 191 | 210 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 229.57º | 0.2% | 0.78% | - |
| HSV(B) | 229.57º | 0.11% | 0.82% | - |
| XYZ | 50.76 | 52.48 | 68.43 | - |
| YUV | 191.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 210 | 0.11 | 0.09 | 0 | 0.18 | 229.57 | 0.2 | 0.78 |
| Hex | BB | BF | D2 | B | 9 | 0 | 12 | E6 | 14 | 4E |
| Octal | 273 | 277 | 322 | 13 | 11 | 0 | 22 | 346 | 24 | 116 |
| Binary | 10111011 | 10111111 | 11010010 | 1011 | 1001 | 0 | 10010 | 11100110 | 10100 | 1001110 |
Color Harmonies of #BBBFD2
Complementary color
Monochromatic Colors of #BBBFD2
Black with #BBBFD2
Text Example
Text Example
White with #BBBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD2; }
p { color: rgb(187,191,210); }
H1.HeaderClassName
{
color: #BBBFD2;
}
.AnyTagClassName
{
color: #BBBFD2;
}
</style>
background-color css
<style>
a { background-color: #BBBFD2; }
a { background-color: rgb(187,191,210); }
div.DivClassName
{
background-color: #BBBFD2;
}
.BgClassName
{
background-color: #BBBFD2;
}
</style>
border-color css
<style>
span { border-color: #BBBFD2; }
span { border-color: rgb(187,191,210); }
td.TdClassName
{
border-color: #BBBFD2;
}
.TagClassName
{
border-color: #BBBFD2;
}
</style>