Shades of Lavender Grey #BCBBE3
Tints of Lavender Grey #BCBBE3
RGB
CMYK
RGB Variations
Color information
#BCBBE3 (or 0xBCBBE3) is known color: Lavender Grey. HEX triplet: BC, BB and E3. RGB value is (188,187,227). Sum of RGB (Red+Green+Blue) = 188+187+227=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE3 is #43441C. Grayscale: #BFBFBF. Windows color (decimal): -4408349 or 14924732. OLE color: 14924732.
HSL color Cylindrical-coordinate representation of color #BCBBE3: hue angle of 241.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBBE3 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 187 | 227 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 241.5º | 0.42% | 0.81% | - |
| HSV(B) | 241.5º | 0.18% | 0.89% | - |
| XYZ | 52.37 | 51.78 | 79.91 | - |
| YUV | 191.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 227 | 0.17 | 0.18 | 0 | 0.11 | 241.5 | 0.42 | 0.81 |
| Hex | BC | BB | E3 | 11 | 12 | 0 | B | F2 | 2A | 51 |
| Octal | 274 | 273 | 343 | 21 | 22 | 0 | 13 | 362 | 52 | 121 |
| Binary | 10111100 | 10111011 | 11100011 | 10001 | 10010 | 0 | 1011 | 11110010 | 101010 | 1010001 |
Color Harmonies of #BCBBE3
Complementary color
Monochromatic Colors of #BCBBE3
Black with #BCBBE3
Text Example
Text Example
White with #BCBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBE3; }
p { color: rgb(188,187,227); }
H1.HeaderClassName
{
color: #BCBBE3;
}
.AnyTagClassName
{
color: #BCBBE3;
}
</style>
background-color css
<style>
a { background-color: #BCBBE3; }
a { background-color: rgb(188,187,227); }
div.DivClassName
{
background-color: #BCBBE3;
}
.BgClassName
{
background-color: #BCBBE3;
}
</style>
border-color css
<style>
span { border-color: #BCBBE3; }
span { border-color: rgb(188,187,227); }
td.TdClassName
{
border-color: #BCBBE3;
}
.TagClassName
{
border-color: #BCBBE3;
}
</style>