Shades of Lavender Grey #BCBFDF
Tints of Lavender Grey #BCBFDF
RGB
CMYK
RGB Variations
Color information
#BCBFDF (or 0xBCBFDF) is known color: Lavender Grey. HEX triplet: BC, BF and DF. RGB value is (188,191,223). Sum of RGB (Red+Green+Blue) = 188+191+223=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDF is #434020. Grayscale: #C1C1C1. Windows color (decimal): -4407329 or 14663612. OLE color: 14663612.
HSL color Cylindrical-coordinate representation of color #BCBFDF: hue angle of 234.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFDF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 191 | 223 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 234.86º | 0.35% | 0.81% | - |
| HSV(B) | 234.86º | 0.16% | 0.87% | - |
| XYZ | 52.69 | 53.28 | 77.32 | - |
| YUV | 193.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 223 | 0.16 | 0.14 | 0 | 0.13 | 234.86 | 0.35 | 0.81 |
| Hex | BC | BF | DF | 10 | E | 0 | D | EB | 23 | 51 |
| Octal | 274 | 277 | 337 | 20 | 16 | 0 | 15 | 353 | 43 | 121 |
| Binary | 10111100 | 10111111 | 11011111 | 10000 | 1110 | 0 | 1101 | 11101011 | 100011 | 1010001 |
Color Harmonies of #BCBFDF
Complementary color
Monochromatic Colors of #BCBFDF
Black with #BCBFDF
Text Example
Text Example
White with #BCBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFDF; }
p { color: rgb(188,191,223); }
H1.HeaderClassName
{
color: #BCBFDF;
}
.AnyTagClassName
{
color: #BCBFDF;
}
</style>
background-color css
<style>
a { background-color: #BCBFDF; }
a { background-color: rgb(188,191,223); }
div.DivClassName
{
background-color: #BCBFDF;
}
.BgClassName
{
background-color: #BCBFDF;
}
</style>
border-color css
<style>
span { border-color: #BCBFDF; }
span { border-color: rgb(188,191,223); }
td.TdClassName
{
border-color: #BCBFDF;
}
.TagClassName
{
border-color: #BCBFDF;
}
</style>