Shades of Lavender Grey #BCBECA
Tints of Lavender Grey #BCBECA
RGB
CMYK
RGB Variations
Color information
#BCBECA (or 0xBCBECA) is known color: Lavender Grey. HEX triplet: BC, BE and CA. RGB value is (188,190,202). Sum of RGB (Red+Green+Blue) = 188+190+202=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECA is #434135. Grayscale: #BEBEBE. Windows color (decimal): -4407606 or 13287100. OLE color: 13287100.
HSL color Cylindrical-coordinate representation of color #BCBECA: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBECA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 190 | 202 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.21 |
| HSL | 231.43º | 0.12% | 0.76% | - |
| HSV(B) | 231.43º | 0.07% | 0.79% | - |
| XYZ | 49.81 | 51.78 | 63.25 | - |
| YUV | 190.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 202 | 0.07 | 0.06 | 0 | 0.21 | 231.43 | 0.12 | 0.76 |
| Hex | BC | BE | CA | 7 | 6 | 0 | 15 | E7 | C | 4C |
| Octal | 274 | 276 | 312 | 7 | 6 | 0 | 25 | 347 | 14 | 114 |
| Binary | 10111100 | 10111110 | 11001010 | 111 | 110 | 0 | 10101 | 11100111 | 1100 | 1001100 |
Color Harmonies of #BCBECA
Complementary color
Monochromatic Colors of #BCBECA
Black with #BCBECA
Text Example
Text Example
White with #BCBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBECA; }
p { color: rgb(188,190,202); }
H1.HeaderClassName
{
color: #BCBECA;
}
.AnyTagClassName
{
color: #BCBECA;
}
</style>
background-color css
<style>
a { background-color: #BCBECA; }
a { background-color: rgb(188,190,202); }
div.DivClassName
{
background-color: #BCBECA;
}
.BgClassName
{
background-color: #BCBECA;
}
</style>
border-color css
<style>
span { border-color: #BCBECA; }
span { border-color: rgb(188,190,202); }
td.TdClassName
{
border-color: #BCBECA;
}
.TagClassName
{
border-color: #BCBECA;
}
</style>