Shades of Lavender Grey #BCBBF1
Tints of Lavender Grey #BCBBF1
RGB
CMYK
RGB Variations
Color information
#BCBBF1 (or 0xBCBBF1) is known color: Lavender Grey. HEX triplet: BC, BB and F1. RGB value is (188,187,241). Sum of RGB (Red+Green+Blue) = 188+187+241=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBF1 is #43440E. Grayscale: #C1C1C1. Windows color (decimal): -4408335 or 15842236. OLE color: 15842236.
HSL color Cylindrical-coordinate representation of color #BCBBF1: hue angle of 241.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBBF1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 187 | 241 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.05 |
| HSL | 241.11º | 0.66% | 0.84% | - |
| HSV(B) | 241.11º | 0.22% | 0.95% | - |
| XYZ | 54.39 | 52.58 | 90.5 | - |
| YUV | 193.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 241 | 0.22 | 0.22 | 0 | 0.05 | 241.11 | 0.66 | 0.84 |
| Hex | BC | BB | F1 | 16 | 16 | 0 | 5 | F1 | 42 | 54 |
| Octal | 274 | 273 | 361 | 26 | 26 | 0 | 5 | 361 | 102 | 124 |
| Binary | 10111100 | 10111011 | 11110001 | 10110 | 10110 | 0 | 101 | 11110001 | 1000010 | 1010100 |
Color Harmonies of #BCBBF1
Complementary color
Monochromatic Colors of #BCBBF1
Black with #BCBBF1
Text Example
Text Example
White with #BCBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBF1; }
p { color: rgb(188,187,241); }
H1.HeaderClassName
{
color: #BCBBF1;
}
.AnyTagClassName
{
color: #BCBBF1;
}
</style>
background-color css
<style>
a { background-color: #BCBBF1; }
a { background-color: rgb(188,187,241); }
div.DivClassName
{
background-color: #BCBBF1;
}
.BgClassName
{
background-color: #BCBBF1;
}
</style>
border-color css
<style>
span { border-color: #BCBBF1; }
span { border-color: rgb(188,187,241); }
td.TdClassName
{
border-color: #BCBBF1;
}
.TagClassName
{
border-color: #BCBBF1;
}
</style>