Shades of Lavender Grey #BBBCD8
Tints of Lavender Grey #BBBCD8
RGB
CMYK
RGB Variations
Color information
#BBBCD8 (or 0xBBBCD8) is known color: Lavender Grey. HEX triplet: BB, BC and D8. RGB value is (187,188,216). Sum of RGB (Red+Green+Blue) = 187+188+216=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD8 is #444327. Grayscale: #BEBEBE. Windows color (decimal): -4473640 or 14204091. OLE color: 14204091.
HSL color Cylindrical-coordinate representation of color #BBBCD8: hue angle of 237.93º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBCD8 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 188 | 216 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.15 |
| HSL | 237.93º | 0.27% | 0.79% | - |
| HSV(B) | 237.93º | 0.13% | 0.85% | - |
| XYZ | 50.87 | 51.49 | 72.22 | - |
| YUV | 190.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 216 | 0.13 | 0.13 | 0 | 0.15 | 237.93 | 0.27 | 0.79 |
| Hex | BB | BC | D8 | D | D | 0 | F | EE | 1B | 4F |
| Octal | 273 | 274 | 330 | 15 | 15 | 0 | 17 | 356 | 33 | 117 |
| Binary | 10111011 | 10111100 | 11011000 | 1101 | 1101 | 0 | 1111 | 11101110 | 11011 | 1001111 |
Color Harmonies of #BBBCD8
Complementary color
Monochromatic Colors of #BBBCD8
Black with #BBBCD8
Text Example
Text Example
White with #BBBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCD8; }
p { color: rgb(187,188,216); }
H1.HeaderClassName
{
color: #BBBCD8;
}
.AnyTagClassName
{
color: #BBBCD8;
}
</style>
background-color css
<style>
a { background-color: #BBBCD8; }
a { background-color: rgb(187,188,216); }
div.DivClassName
{
background-color: #BBBCD8;
}
.BgClassName
{
background-color: #BBBCD8;
}
</style>
border-color css
<style>
span { border-color: #BBBCD8; }
span { border-color: rgb(187,188,216); }
td.TdClassName
{
border-color: #BBBCD8;
}
.TagClassName
{
border-color: #BBBCD8;
}
</style>