Shades of Lavender Grey #BBBAD2
Tints of Lavender Grey #BBBAD2
RGB
CMYK
RGB Variations
Color information
#BBBAD2 (or 0xBBBAD2) is known color: Lavender Grey. HEX triplet: BB, BA and D2. RGB value is (187,186,210). Sum of RGB (Red+Green+Blue) = 187+186+210=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD2 is #44452D. Grayscale: #BCBCBC. Windows color (decimal): -4474158 or 13810363. OLE color: 13810363.
HSL color Cylindrical-coordinate representation of color #BBBAD2: hue angle of 242.5º degrees, saturation: 0.21, 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 #BBBAD2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 186 | 210 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.18 |
| HSL | 242.5º | 0.21% | 0.78% | - |
| HSV(B) | 242.5º | 0.11% | 0.82% | - |
| XYZ | 49.69 | 50.34 | 68.07 | - |
| YUV | 189.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 210 | 0.11 | 0.11 | 0 | 0.18 | 242.5 | 0.21 | 0.78 |
| Hex | BB | BA | D2 | B | B | 0 | 12 | F2 | 15 | 4E |
| Octal | 273 | 272 | 322 | 13 | 13 | 0 | 22 | 362 | 25 | 116 |
| Binary | 10111011 | 10111010 | 11010010 | 1011 | 1011 | 0 | 10010 | 11110010 | 10101 | 1001110 |
Color Harmonies of #BBBAD2
Complementary color
Monochromatic Colors of #BBBAD2
Black with #BBBAD2
Text Example
Text Example
White with #BBBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAD2; }
p { color: rgb(187,186,210); }
H1.HeaderClassName
{
color: #BBBAD2;
}
.AnyTagClassName
{
color: #BBBAD2;
}
</style>
background-color css
<style>
a { background-color: #BBBAD2; }
a { background-color: rgb(187,186,210); }
div.DivClassName
{
background-color: #BBBAD2;
}
.BgClassName
{
background-color: #BBBAD2;
}
</style>
border-color css
<style>
span { border-color: #BBBAD2; }
span { border-color: rgb(187,186,210); }
td.TdClassName
{
border-color: #BBBAD2;
}
.TagClassName
{
border-color: #BBBAD2;
}
</style>