Shades of Lavender Grey #BCBDE6
Tints of Lavender Grey #BCBDE6
RGB
CMYK
RGB Variations
Color information
#BCBDE6 (or 0xBCBDE6) is known color: Lavender Grey. HEX triplet: BC, BD and E6. RGB value is (188,189,230). Sum of RGB (Red+Green+Blue) = 188+189+230=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 189 (74.22% from 255 or 31.14% 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 #BCBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDE6 is #434219. Grayscale: #C1C1C1. Windows color (decimal): -4407834 or 15121852. OLE color: 15121852.
HSL color Cylindrical-coordinate representation of color #BCBDE6: hue angle of 238.57º 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 #BCBDE6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 189 | 230 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.10 |
| HSL | 238.57º | 0.46% | 0.82% | - |
| HSV(B) | 238.57º | 0.18% | 0.9% | - |
| XYZ | 53.22 | 52.8 | 82.25 | - |
| YUV | 193.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 230 | 0.18 | 0.18 | 0 | 0.10 | 238.57 | 0.46 | 0.82 |
| Hex | BC | BD | E6 | 12 | 12 | 0 | A | EF | 2E | 52 |
| Octal | 274 | 275 | 346 | 22 | 22 | 0 | 12 | 357 | 56 | 122 |
| Binary | 10111100 | 10111101 | 11100110 | 10010 | 10010 | 0 | 1010 | 11101111 | 101110 | 1010010 |
Color Harmonies of #BCBDE6
Complementary color
Monochromatic Colors of #BCBDE6
Black with #BCBDE6
Text Example
Text Example
White with #BCBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDE6; }
p { color: rgb(188,189,230); }
H1.HeaderClassName
{
color: #BCBDE6;
}
.AnyTagClassName
{
color: #BCBDE6;
}
</style>
background-color css
<style>
a { background-color: #BCBDE6; }
a { background-color: rgb(188,189,230); }
div.DivClassName
{
background-color: #BCBDE6;
}
.BgClassName
{
background-color: #BCBDE6;
}
</style>
border-color css
<style>
span { border-color: #BCBDE6; }
span { border-color: rgb(188,189,230); }
td.TdClassName
{
border-color: #BCBDE6;
}
.TagClassName
{
border-color: #BCBDE6;
}
</style>