Shades of Lavender Grey #BBBAD3
Tints of Lavender Grey #BBBAD3
RGB
CMYK
RGB Variations
Color information
#BBBAD3 (or 0xBBBAD3) is known color: Lavender Grey. HEX triplet: BB, BA and D3. RGB value is (187,186,211). Sum of RGB (Red+Green+Blue) = 187+186+211=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD3 is #44452C. Grayscale: #BDBDBD. Windows color (decimal): -4474157 or 13875899. OLE color: 13875899.
HSL color Cylindrical-coordinate representation of color #BBBAD3: hue angle of 242.4º degrees, saturation: 0.22, 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 #BBBAD3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 186 | 211 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.17 |
| HSL | 242.4º | 0.22% | 0.78% | - |
| HSV(B) | 242.4º | 0.12% | 0.83% | - |
| XYZ | 49.81 | 50.39 | 68.73 | - |
| YUV | 189.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 211 | 0.11 | 0.12 | 0 | 0.17 | 242.4 | 0.22 | 0.78 |
| Hex | BB | BA | D3 | B | C | 0 | 11 | F2 | 16 | 4E |
| Octal | 273 | 272 | 323 | 13 | 14 | 0 | 21 | 362 | 26 | 116 |
| Binary | 10111011 | 10111010 | 11010011 | 1011 | 1100 | 0 | 10001 | 11110010 | 10110 | 1001110 |
Color Harmonies of #BBBAD3
Complementary color
Monochromatic Colors of #BBBAD3
Black with #BBBAD3
Text Example
Text Example
White with #BBBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAD3; }
p { color: rgb(187,186,211); }
H1.HeaderClassName
{
color: #BBBAD3;
}
.AnyTagClassName
{
color: #BBBAD3;
}
</style>
background-color css
<style>
a { background-color: #BBBAD3; }
a { background-color: rgb(187,186,211); }
div.DivClassName
{
background-color: #BBBAD3;
}
.BgClassName
{
background-color: #BBBAD3;
}
</style>
border-color css
<style>
span { border-color: #BBBAD3; }
span { border-color: rgb(187,186,211); }
td.TdClassName
{
border-color: #BBBAD3;
}
.TagClassName
{
border-color: #BBBAD3;
}
</style>