Shades of Lavender Grey #BCBECB
Tints of Lavender Grey #BCBECB
RGB
CMYK
RGB Variations
Color information
#BCBECB (or 0xBCBECB) is known color: Lavender Grey. HEX triplet: BC, BE and CB. RGB value is (188,190,203). Sum of RGB (Red+Green+Blue) = 188+190+203=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECB is #434134. Grayscale: #BEBEBE. Windows color (decimal): -4407605 or 13352636. OLE color: 13352636.
HSL color Cylindrical-coordinate representation of color #BCBECB: hue angle of 232º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBECB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 190 | 203 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.20 |
| HSL | 232º | 0.13% | 0.77% | - |
| HSV(B) | 232º | 0.07% | 0.8% | - |
| XYZ | 49.93 | 51.83 | 63.87 | - |
| YUV | 190.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 203 | 0.07 | 0.06 | 0 | 0.20 | 232 | 0.13 | 0.77 |
| Hex | BC | BE | CB | 7 | 6 | 0 | 14 | E8 | D | 4D |
| Octal | 274 | 276 | 313 | 7 | 6 | 0 | 24 | 350 | 15 | 115 |
| Binary | 10111100 | 10111110 | 11001011 | 111 | 110 | 0 | 10100 | 11101000 | 1101 | 1001101 |
Color Harmonies of #BCBECB
Complementary color
Monochromatic Colors of #BCBECB
Black with #BCBECB
Text Example
Text Example
White with #BCBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBECB; }
p { color: rgb(188,190,203); }
H1.HeaderClassName
{
color: #BCBECB;
}
.AnyTagClassName
{
color: #BCBECB;
}
</style>
background-color css
<style>
a { background-color: #BCBECB; }
a { background-color: rgb(188,190,203); }
div.DivClassName
{
background-color: #BCBECB;
}
.BgClassName
{
background-color: #BCBECB;
}
</style>
border-color css
<style>
span { border-color: #BCBECB; }
span { border-color: rgb(188,190,203); }
td.TdClassName
{
border-color: #BCBECB;
}
.TagClassName
{
border-color: #BCBECB;
}
</style>