Shades of Lavender Grey #BCBFCF
Tints of Lavender Grey #BCBFCF
RGB
CMYK
RGB Variations
Color information
#BCBFCF (or 0xBCBFCF) is known color: Lavender Grey. HEX triplet: BC, BF and CF. RGB value is (188,191,207). Sum of RGB (Red+Green+Blue) = 188+191+207=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCF is #434030. Grayscale: #BFBFBF. Windows color (decimal): -4407345 or 13615036. OLE color: 13615036.
HSL color Cylindrical-coordinate representation of color #BCBFCF: hue angle of 230.53º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBFCF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 191 | 207 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 230.53º | 0.17% | 0.77% | - |
| HSV(B) | 230.53º | 0.09% | 0.81% | - |
| XYZ | 50.63 | 52.46 | 66.49 | - |
| YUV | 191.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 207 | 0.09 | 0.08 | 0 | 0.19 | 230.53 | 0.17 | 0.77 |
| Hex | BC | BF | CF | 9 | 8 | 0 | 13 | E7 | 11 | 4D |
| Octal | 274 | 277 | 317 | 11 | 10 | 0 | 23 | 347 | 21 | 115 |
| Binary | 10111100 | 10111111 | 11001111 | 1001 | 1000 | 0 | 10011 | 11100111 | 10001 | 1001101 |
Color Harmonies of #BCBFCF
Complementary color
Monochromatic Colors of #BCBFCF
Black with #BCBFCF
Text Example
Text Example
White with #BCBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFCF; }
p { color: rgb(188,191,207); }
H1.HeaderClassName
{
color: #BCBFCF;
}
.AnyTagClassName
{
color: #BCBFCF;
}
</style>
background-color css
<style>
a { background-color: #BCBFCF; }
a { background-color: rgb(188,191,207); }
div.DivClassName
{
background-color: #BCBFCF;
}
.BgClassName
{
background-color: #BCBFCF;
}
</style>
border-color css
<style>
span { border-color: #BCBFCF; }
span { border-color: rgb(188,191,207); }
td.TdClassName
{
border-color: #BCBFCF;
}
.TagClassName
{
border-color: #BCBFCF;
}
</style>