Shades of Lavender Grey #BCBCCC
Tints of Lavender Grey #BCBCCC
RGB
CMYK
RGB Variations
Color information
#BCBCCC (or 0xBCBCCC) is known color: Lavender Grey. HEX triplet: BC, BC and CC. RGB value is (188,188,204). Sum of RGB (Red+Green+Blue) = 188+188+204=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCCC is #434333. Grayscale: #BDBDBD. Windows color (decimal): -4408116 or 13417660. OLE color: 13417660.
HSL color Cylindrical-coordinate representation of color #BCBCCC: hue angle of 240º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBCCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 188 | 204 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.2 |
| HSL | 240º | 0.14% | 0.77% | - |
| HSV(B) | 240º | 0.08% | 0.8% | - |
| XYZ | 49.62 | 51.02 | 64.36 | - |
| YUV | 189.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 204 | 0.08 | 0.08 | 0 | 0.2 | 240 | 0.14 | 0.77 |
| Hex | BC | BC | CC | 8 | 8 | 0 | 14 | F0 | E | 4D |
| Octal | 274 | 274 | 314 | 10 | 10 | 0 | 24 | 360 | 16 | 115 |
| Binary | 10111100 | 10111100 | 11001100 | 1000 | 1000 | 0 | 10100 | 11110000 | 1110 | 1001101 |
Color Harmonies of #BCBCCC
Complementary color
Monochromatic Colors of #BCBCCC
Black with #BCBCCC
Text Example
Text Example
White with #BCBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCCC; }
p { color: rgb(188,188,204); }
H1.HeaderClassName
{
color: #BCBCCC;
}
.AnyTagClassName
{
color: #BCBCCC;
}
</style>
background-color css
<style>
a { background-color: #BCBCCC; }
a { background-color: rgb(188,188,204); }
div.DivClassName
{
background-color: #BCBCCC;
}
.BgClassName
{
background-color: #BCBCCC;
}
</style>
border-color css
<style>
span { border-color: #BCBCCC; }
span { border-color: rgb(188,188,204); }
td.TdClassName
{
border-color: #BCBCCC;
}
.TagClassName
{
border-color: #BCBCCC;
}
</style>