Shades of Lavender Grey #BCBEDD
Tints of Lavender Grey #BCBEDD
RGB
CMYK
RGB Variations
Color information
#BCBEDD (or 0xBCBEDD) is known color: Lavender Grey. HEX triplet: BC, BE and DD. RGB value is (188,190,221). Sum of RGB (Red+Green+Blue) = 188+190+221=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEDD is #434122. Grayscale: #C0C0C0. Windows color (decimal): -4407587 or 14532284. OLE color: 14532284.
HSL color Cylindrical-coordinate representation of color #BCBEDD: hue angle of 236.36º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBEDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 190 | 221 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 236.36º | 0.33% | 0.8% | - |
| HSV(B) | 236.36º | 0.15% | 0.87% | - |
| XYZ | 52.2 | 52.74 | 75.83 | - |
| YUV | 192.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 221 | 0.15 | 0.14 | 0 | 0.13 | 236.36 | 0.33 | 0.8 |
| Hex | BC | BE | DD | F | E | 0 | D | EC | 21 | 50 |
| Octal | 274 | 276 | 335 | 17 | 16 | 0 | 15 | 354 | 41 | 120 |
| Binary | 10111100 | 10111110 | 11011101 | 1111 | 1110 | 0 | 1101 | 11101100 | 100001 | 1010000 |
Color Harmonies of #BCBEDD
Complementary color
Monochromatic Colors of #BCBEDD
Black with #BCBEDD
Text Example
Text Example
White with #BCBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEDD; }
p { color: rgb(188,190,221); }
H1.HeaderClassName
{
color: #BCBEDD;
}
.AnyTagClassName
{
color: #BCBEDD;
}
</style>
background-color css
<style>
a { background-color: #BCBEDD; }
a { background-color: rgb(188,190,221); }
div.DivClassName
{
background-color: #BCBEDD;
}
.BgClassName
{
background-color: #BCBEDD;
}
</style>
border-color css
<style>
span { border-color: #BCBEDD; }
span { border-color: rgb(188,190,221); }
td.TdClassName
{
border-color: #BCBEDD;
}
.TagClassName
{
border-color: #BCBEDD;
}
</style>