Shades of Lavender Grey #BBBCDF
Tints of Lavender Grey #BBBCDF
RGB
CMYK
RGB Variations
Color information
#BBBCDF (or 0xBBBCDF) is known color: Lavender Grey. HEX triplet: BB, BC and DF. RGB value is (187,188,223). Sum of RGB (Red+Green+Blue) = 187+188+223=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDF is #444320. Grayscale: #BFBFBF. Windows color (decimal): -4473633 or 14662843. OLE color: 14662843.
HSL color Cylindrical-coordinate representation of color #BBBCDF: hue angle of 238.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBCDF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 188 | 223 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.13 |
| HSL | 238.33º | 0.36% | 0.8% | - |
| HSV(B) | 238.33º | 0.16% | 0.87% | - |
| XYZ | 51.8 | 51.86 | 77.09 | - |
| YUV | 191.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 223 | 0.16 | 0.16 | 0 | 0.13 | 238.33 | 0.36 | 0.8 |
| Hex | BB | BC | DF | 10 | 10 | 0 | D | EE | 24 | 50 |
| Octal | 273 | 274 | 337 | 20 | 20 | 0 | 15 | 356 | 44 | 120 |
| Binary | 10111011 | 10111100 | 11011111 | 10000 | 10000 | 0 | 1101 | 11101110 | 100100 | 1010000 |
Color Harmonies of #BBBCDF
Complementary color
Monochromatic Colors of #BBBCDF
Black with #BBBCDF
Text Example
Text Example
White with #BBBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCDF; }
p { color: rgb(187,188,223); }
H1.HeaderClassName
{
color: #BBBCDF;
}
.AnyTagClassName
{
color: #BBBCDF;
}
</style>
background-color css
<style>
a { background-color: #BBBCDF; }
a { background-color: rgb(187,188,223); }
div.DivClassName
{
background-color: #BBBCDF;
}
.BgClassName
{
background-color: #BBBCDF;
}
</style>
border-color css
<style>
span { border-color: #BBBCDF; }
span { border-color: rgb(187,188,223); }
td.TdClassName
{
border-color: #BBBCDF;
}
.TagClassName
{
border-color: #BBBCDF;
}
</style>