Shades of Lavender Grey #BCBBCF
Tints of Lavender Grey #BCBBCF
RGB
CMYK
RGB Variations
Color information
#BCBBCF (or 0xBCBBCF) is known color: Lavender Grey. HEX triplet: BC, BB and CF. RGB value is (188,187,207). Sum of RGB (Red+Green+Blue) = 188+187+207=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCF is #434430. Grayscale: #BDBDBD. Windows color (decimal): -4408369 or 13614012. OLE color: 13614012.
HSL color Cylindrical-coordinate representation of color #BCBBCF: hue angle of 243º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBBCF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 187 | 207 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.19 |
| HSL | 243º | 0.17% | 0.77% | - |
| HSV(B) | 243º | 0.1% | 0.81% | - |
| XYZ | 49.77 | 50.74 | 66.2 | - |
| YUV | 189.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 207 | 0.09 | 0.10 | 0 | 0.19 | 243 | 0.17 | 0.77 |
| Hex | BC | BB | CF | 9 | A | 0 | 13 | F3 | 11 | 4D |
| Octal | 274 | 273 | 317 | 11 | 12 | 0 | 23 | 363 | 21 | 115 |
| Binary | 10111100 | 10111011 | 11001111 | 1001 | 1010 | 0 | 10011 | 11110011 | 10001 | 1001101 |
Color Harmonies of #BCBBCF
Complementary color
Monochromatic Colors of #BCBBCF
Black with #BCBBCF
Text Example
Text Example
White with #BCBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBCF; }
p { color: rgb(188,187,207); }
H1.HeaderClassName
{
color: #BCBBCF;
}
.AnyTagClassName
{
color: #BCBBCF;
}
</style>
background-color css
<style>
a { background-color: #BCBBCF; }
a { background-color: rgb(188,187,207); }
div.DivClassName
{
background-color: #BCBBCF;
}
.BgClassName
{
background-color: #BCBBCF;
}
</style>
border-color css
<style>
span { border-color: #BCBBCF; }
span { border-color: rgb(188,187,207); }
td.TdClassName
{
border-color: #BCBBCF;
}
.TagClassName
{
border-color: #BCBBCF;
}
</style>