Shades of Lavender Grey #BDBCD3
Tints of Lavender Grey #BDBCD3
RGB
CMYK
RGB Variations
Color information
#BDBCD3 (or 0xBDBCD3) is known color: Lavender Grey. HEX triplet: BD, BC and D3. RGB value is (189,188,211). Sum of RGB (Red+Green+Blue) = 189+188+211=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD3 is #42432C. Grayscale: #BEBEBE. Windows color (decimal): -4342573 or 13876413. OLE color: 13876413.
HSL color Cylindrical-coordinate representation of color #BDBCD3: hue angle of 242.61º 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 #BDBCD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 188 | 211 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.17 |
| HSL | 242.61º | 0.21% | 0.78% | - |
| HSV(B) | 242.61º | 0.11% | 0.83% | - |
| XYZ | 50.73 | 51.49 | 68.89 | - |
| YUV | 190.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 211 | 0.10 | 0.11 | 0 | 0.17 | 242.61 | 0.21 | 0.78 |
| Hex | BD | BC | D3 | A | B | 0 | 11 | F3 | 15 | 4E |
| Octal | 275 | 274 | 323 | 12 | 13 | 0 | 21 | 363 | 25 | 116 |
| Binary | 10111101 | 10111100 | 11010011 | 1010 | 1011 | 0 | 10001 | 11110011 | 10101 | 1001110 |
Color Harmonies of #BDBCD3
Complementary color
Monochromatic Colors of #BDBCD3
Black with #BDBCD3
Text Example
Text Example
White with #BDBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCD3; }
p { color: rgb(189,188,211); }
H1.HeaderClassName
{
color: #BDBCD3;
}
.AnyTagClassName
{
color: #BDBCD3;
}
</style>
background-color css
<style>
a { background-color: #BDBCD3; }
a { background-color: rgb(189,188,211); }
div.DivClassName
{
background-color: #BDBCD3;
}
.BgClassName
{
background-color: #BDBCD3;
}
</style>
border-color css
<style>
span { border-color: #BDBCD3; }
span { border-color: rgb(189,188,211); }
td.TdClassName
{
border-color: #BDBCD3;
}
.TagClassName
{
border-color: #BDBCD3;
}
</style>