Shades of Lavender Grey #BBBFD3
Tints of Lavender Grey #BBBFD3
RGB
CMYK
RGB Variations
Color information
#BBBFD3 (or 0xBBBFD3) is known color: Lavender Grey. HEX triplet: BB, BF and D3. RGB value is (187,191,211). Sum of RGB (Red+Green+Blue) = 187+191+211=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD3 is #44402C. Grayscale: #C0C0C0. Windows color (decimal): -4472877 or 13877179. OLE color: 13877179.
HSL color Cylindrical-coordinate representation of color #BBBFD3: hue angle of 230º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBFD3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 191 | 211 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.17 |
| HSL | 230º | 0.21% | 0.78% | - |
| HSV(B) | 230º | 0.11% | 0.83% | - |
| XYZ | 50.88 | 52.53 | 69.09 | - |
| YUV | 192.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 211 | 0.11 | 0.09 | 0 | 0.17 | 230 | 0.21 | 0.78 |
| Hex | BB | BF | D3 | B | 9 | 0 | 11 | E6 | 15 | 4E |
| Octal | 273 | 277 | 323 | 13 | 11 | 0 | 21 | 346 | 25 | 116 |
| Binary | 10111011 | 10111111 | 11010011 | 1011 | 1001 | 0 | 10001 | 11100110 | 10101 | 1001110 |
Color Harmonies of #BBBFD3
Complementary color
Monochromatic Colors of #BBBFD3
Black with #BBBFD3
Text Example
Text Example
White with #BBBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD3; }
p { color: rgb(187,191,211); }
H1.HeaderClassName
{
color: #BBBFD3;
}
.AnyTagClassName
{
color: #BBBFD3;
}
</style>
background-color css
<style>
a { background-color: #BBBFD3; }
a { background-color: rgb(187,191,211); }
div.DivClassName
{
background-color: #BBBFD3;
}
.BgClassName
{
background-color: #BBBFD3;
}
</style>
border-color css
<style>
span { border-color: #BBBFD3; }
span { border-color: rgb(187,191,211); }
td.TdClassName
{
border-color: #BBBFD3;
}
.TagClassName
{
border-color: #BBBFD3;
}
</style>