Shades of Lavender Grey #BDBCDF
Tints of Lavender Grey #BDBCDF
RGB
CMYK
RGB Variations
Color information
#BDBCDF (or 0xBDBCDF) is known color: Lavender Grey. HEX triplet: BD, BC and DF. RGB value is (189,188,223). Sum of RGB (Red+Green+Blue) = 189+188+223=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDF is #424320. Grayscale: #C0C0C0. Windows color (decimal): -4342561 or 14662845. OLE color: 14662845.
HSL color Cylindrical-coordinate representation of color #BDBCDF: hue angle of 241.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBCDF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 188 | 223 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.13 |
| HSL | 241.71º | 0.35% | 0.81% | - |
| HSV(B) | 241.71º | 0.16% | 0.87% | - |
| XYZ | 52.29 | 52.11 | 77.11 | - |
| YUV | 192.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 223 | 0.15 | 0.16 | 0 | 0.13 | 241.71 | 0.35 | 0.81 |
| Hex | BD | BC | DF | F | 10 | 0 | D | F2 | 23 | 51 |
| Octal | 275 | 274 | 337 | 17 | 20 | 0 | 15 | 362 | 43 | 121 |
| Binary | 10111101 | 10111100 | 11011111 | 1111 | 10000 | 0 | 1101 | 11110010 | 100011 | 1010001 |
Color Harmonies of #BDBCDF
Complementary color
Monochromatic Colors of #BDBCDF
Black with #BDBCDF
Text Example
Text Example
White with #BDBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCDF; }
p { color: rgb(189,188,223); }
H1.HeaderClassName
{
color: #BDBCDF;
}
.AnyTagClassName
{
color: #BDBCDF;
}
</style>
background-color css
<style>
a { background-color: #BDBCDF; }
a { background-color: rgb(189,188,223); }
div.DivClassName
{
background-color: #BDBCDF;
}
.BgClassName
{
background-color: #BDBCDF;
}
</style>
border-color css
<style>
span { border-color: #BDBCDF; }
span { border-color: rgb(189,188,223); }
td.TdClassName
{
border-color: #BDBCDF;
}
.TagClassName
{
border-color: #BDBCDF;
}
</style>