Shades of Lavender Grey #BCBBEA
Tints of Lavender Grey #BCBBEA
RGB
CMYK
RGB Variations
Color information
#BCBBEA (or 0xBCBBEA) is known color: Lavender Grey. HEX triplet: BC, BB and EA. RGB value is (188,187,234). Sum of RGB (Red+Green+Blue) = 188+187+234=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBEA is #434415. Grayscale: #C0C0C0. Windows color (decimal): -4408342 or 15383484. OLE color: 15383484.
HSL color Cylindrical-coordinate representation of color #BCBBEA: hue angle of 241.28º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBBEA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 187 | 234 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.08 |
| HSL | 241.28º | 0.53% | 0.83% | - |
| HSV(B) | 241.28º | 0.2% | 0.92% | - |
| XYZ | 53.36 | 52.17 | 85.1 | - |
| YUV | 192.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 234 | 0.20 | 0.20 | 0 | 0.08 | 241.28 | 0.53 | 0.83 |
| Hex | BC | BB | EA | 14 | 14 | 0 | 8 | F1 | 35 | 53 |
| Octal | 274 | 273 | 352 | 24 | 24 | 0 | 10 | 361 | 65 | 123 |
| Binary | 10111100 | 10111011 | 11101010 | 10100 | 10100 | 0 | 1000 | 11110001 | 110101 | 1010011 |
Color Harmonies of #BCBBEA
Complementary color
Monochromatic Colors of #BCBBEA
Black with #BCBBEA
Text Example
Text Example
White with #BCBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBEA; }
p { color: rgb(188,187,234); }
H1.HeaderClassName
{
color: #BCBBEA;
}
.AnyTagClassName
{
color: #BCBBEA;
}
</style>
background-color css
<style>
a { background-color: #BCBBEA; }
a { background-color: rgb(188,187,234); }
div.DivClassName
{
background-color: #BCBBEA;
}
.BgClassName
{
background-color: #BCBBEA;
}
</style>
border-color css
<style>
span { border-color: #BCBBEA; }
span { border-color: rgb(188,187,234); }
td.TdClassName
{
border-color: #BCBBEA;
}
.TagClassName
{
border-color: #BCBBEA;
}
</style>