Shades of Lavender Grey #BBBCD3
Tints of Lavender Grey #BBBCD3
RGB
CMYK
RGB Variations
Color information
#BBBCD3 (or 0xBBBCD3) is known color: Lavender Grey. HEX triplet: BB, BC and D3. RGB value is (187,188,211). Sum of RGB (Red+Green+Blue) = 187+188+211=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD3 is #44432C. Grayscale: #BEBEBE. Windows color (decimal): -4473645 or 13876411. OLE color: 13876411.
HSL color Cylindrical-coordinate representation of color #BBBCD3: hue angle of 237.5º 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 #BBBCD3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 188 | 211 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.17 |
| HSL | 237.5º | 0.21% | 0.78% | - |
| HSV(B) | 237.5º | 0.11% | 0.83% | - |
| XYZ | 50.23 | 51.23 | 68.87 | - |
| YUV | 190.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 211 | 0.11 | 0.11 | 0 | 0.17 | 237.5 | 0.21 | 0.78 |
| Hex | BB | BC | D3 | B | B | 0 | 11 | EE | 15 | 4E |
| Octal | 273 | 274 | 323 | 13 | 13 | 0 | 21 | 356 | 25 | 116 |
| Binary | 10111011 | 10111100 | 11010011 | 1011 | 1011 | 0 | 10001 | 11101110 | 10101 | 1001110 |
Color Harmonies of #BBBCD3
Complementary color
Monochromatic Colors of #BBBCD3
Black with #BBBCD3
Text Example
Text Example
White with #BBBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCD3; }
p { color: rgb(187,188,211); }
H1.HeaderClassName
{
color: #BBBCD3;
}
.AnyTagClassName
{
color: #BBBCD3;
}
</style>
background-color css
<style>
a { background-color: #BBBCD3; }
a { background-color: rgb(187,188,211); }
div.DivClassName
{
background-color: #BBBCD3;
}
.BgClassName
{
background-color: #BBBCD3;
}
</style>
border-color css
<style>
span { border-color: #BBBCD3; }
span { border-color: rgb(187,188,211); }
td.TdClassName
{
border-color: #BBBCD3;
}
.TagClassName
{
border-color: #BBBCD3;
}
</style>