Shades of Lavender Grey #BDBCE6
Tints of Lavender Grey #BDBCE6
RGB
CMYK
RGB Variations
Color information
#BDBCE6 (or 0xBDBCE6) is known color: Lavender Grey. HEX triplet: BD, BC and E6. RGB value is (189,188,230). Sum of RGB (Red+Green+Blue) = 189+188+230=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCE6 is #424319. Grayscale: #C0C0C0. Windows color (decimal): -4342554 or 15121597. OLE color: 15121597.
HSL color Cylindrical-coordinate representation of color #BDBCE6: hue angle of 241.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBCE6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 188 | 230 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.10 |
| HSL | 241.43º | 0.46% | 0.82% | - |
| HSV(B) | 241.43º | 0.18% | 0.9% | - |
| XYZ | 53.25 | 52.5 | 82.19 | - |
| YUV | 193.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 230 | 0.18 | 0.18 | 0 | 0.10 | 241.43 | 0.46 | 0.82 |
| Hex | BD | BC | E6 | 12 | 12 | 0 | A | F1 | 2E | 52 |
| Octal | 275 | 274 | 346 | 22 | 22 | 0 | 12 | 361 | 56 | 122 |
| Binary | 10111101 | 10111100 | 11100110 | 10010 | 10010 | 0 | 1010 | 11110001 | 101110 | 1010010 |
Color Harmonies of #BDBCE6
Complementary color
Monochromatic Colors of #BDBCE6
Black with #BDBCE6
Text Example
Text Example
White with #BDBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE6; }
p { color: rgb(189,188,230); }
H1.HeaderClassName
{
color: #BDBCE6;
}
.AnyTagClassName
{
color: #BDBCE6;
}
</style>
background-color css
<style>
a { background-color: #BDBCE6; }
a { background-color: rgb(189,188,230); }
div.DivClassName
{
background-color: #BDBCE6;
}
.BgClassName
{
background-color: #BDBCE6;
}
</style>
border-color css
<style>
span { border-color: #BDBCE6; }
span { border-color: rgb(189,188,230); }
td.TdClassName
{
border-color: #BDBCE6;
}
.TagClassName
{
border-color: #BDBCE6;
}
</style>