Shades of Lavender Grey #BBB7DE
Tints of Lavender Grey #BBB7DE
RGB
CMYK
RGB Variations
Color information
#BBB7DE (or 0xBBB7DE) is known color: Lavender Grey. HEX triplet: BB, B7 and DE. RGB value is (187,183,222). Sum of RGB (Red+Green+Blue) = 187+183+222=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DE is #444821. Grayscale: #BCBCBC. Windows color (decimal): -4474914 or 14596027. OLE color: 14596027.
HSL color Cylindrical-coordinate representation of color #BBB7DE: hue angle of 246.15º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB7DE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 183 | 222 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 246.15º | 0.37% | 0.79% | - |
| HSV(B) | 246.15º | 0.18% | 0.87% | - |
| XYZ | 50.61 | 49.71 | 76.03 | - |
| YUV | 188.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 222 | 0.16 | 0.18 | 0 | 0.13 | 246.15 | 0.37 | 0.79 |
| Hex | BB | B7 | DE | 10 | 12 | 0 | D | F6 | 25 | 4F |
| Octal | 273 | 267 | 336 | 20 | 22 | 0 | 15 | 366 | 45 | 117 |
| Binary | 10111011 | 10110111 | 11011110 | 10000 | 10010 | 0 | 1101 | 11110110 | 100101 | 1001111 |
Color Harmonies of #BBB7DE
Complementary color
Monochromatic Colors of #BBB7DE
Black with #BBB7DE
Text Example
Text Example
White with #BBB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7DE; }
p { color: rgb(187,183,222); }
H1.HeaderClassName
{
color: #BBB7DE;
}
.AnyTagClassName
{
color: #BBB7DE;
}
</style>
background-color css
<style>
a { background-color: #BBB7DE; }
a { background-color: rgb(187,183,222); }
div.DivClassName
{
background-color: #BBB7DE;
}
.BgClassName
{
background-color: #BBB7DE;
}
</style>
border-color css
<style>
span { border-color: #BBB7DE; }
span { border-color: rgb(187,183,222); }
td.TdClassName
{
border-color: #BBB7DE;
}
.TagClassName
{
border-color: #BBB7DE;
}
</style>