Shades of Lavender Grey #BBB7D6
Tints of Lavender Grey #BBB7D6
RGB
CMYK
RGB Variations
Color information
#BBB7D6 (or 0xBBB7D6) is known color: Lavender Grey. HEX triplet: BB, B7 and D6. RGB value is (187,183,214). Sum of RGB (Red+Green+Blue) = 187+183+214=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D6 is #444829. Grayscale: #BBBBBB. Windows color (decimal): -4474922 or 14071739. OLE color: 14071739.
HSL color Cylindrical-coordinate representation of color #BBB7D6: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB7D6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 183 | 214 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.16 |
| HSL | 247.74º | 0.27% | 0.78% | - |
| HSV(B) | 247.74º | 0.14% | 0.84% | - |
| XYZ | 49.56 | 49.29 | 70.52 | - |
| YUV | 187.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 214 | 0.13 | 0.14 | 0 | 0.16 | 247.74 | 0.27 | 0.78 |
| Hex | BB | B7 | D6 | D | E | 0 | 10 | F8 | 1B | 4E |
| Octal | 273 | 267 | 326 | 15 | 16 | 0 | 20 | 370 | 33 | 116 |
| Binary | 10111011 | 10110111 | 11010110 | 1101 | 1110 | 0 | 10000 | 11111000 | 11011 | 1001110 |
Color Harmonies of #BBB7D6
Complementary color
Monochromatic Colors of #BBB7D6
Black with #BBB7D6
Text Example
Text Example
White with #BBB7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7D6; }
p { color: rgb(187,183,214); }
H1.HeaderClassName
{
color: #BBB7D6;
}
.AnyTagClassName
{
color: #BBB7D6;
}
</style>
background-color css
<style>
a { background-color: #BBB7D6; }
a { background-color: rgb(187,183,214); }
div.DivClassName
{
background-color: #BBB7D6;
}
.BgClassName
{
background-color: #BBB7D6;
}
</style>
border-color css
<style>
span { border-color: #BBB7D6; }
span { border-color: rgb(187,183,214); }
td.TdClassName
{
border-color: #BBB7D6;
}
.TagClassName
{
border-color: #BBB7D6;
}
</style>