Shades of Lavender Grey #BCBFD3
Tints of Lavender Grey #BCBFD3
RGB
CMYK
RGB Variations
Color information
#BCBFD3 (or 0xBCBFD3) is known color: Lavender Grey. HEX triplet: BC, BF and D3. RGB value is (188,191,211). Sum of RGB (Red+Green+Blue) = 188+191+211=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD3 is #43402C. Grayscale: #C0C0C0. Windows color (decimal): -4407341 or 13877180. OLE color: 13877180.
HSL color Cylindrical-coordinate representation of color #BCBFD3: hue angle of 232.17º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBFD3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 191 | 211 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.17 |
| HSL | 232.17º | 0.21% | 0.78% | - |
| HSV(B) | 232.17º | 0.11% | 0.83% | - |
| XYZ | 51.13 | 52.66 | 69.1 | - |
| YUV | 192.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 211 | 0.11 | 0.09 | 0 | 0.17 | 232.17 | 0.21 | 0.78 |
| Hex | BC | BF | D3 | B | 9 | 0 | 11 | E8 | 15 | 4E |
| Octal | 274 | 277 | 323 | 13 | 11 | 0 | 21 | 350 | 25 | 116 |
| Binary | 10111100 | 10111111 | 11010011 | 1011 | 1001 | 0 | 10001 | 11101000 | 10101 | 1001110 |
Color Harmonies of #BCBFD3
Complementary color
Monochromatic Colors of #BCBFD3
Black with #BCBFD3
Text Example
Text Example
White with #BCBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD3; }
p { color: rgb(188,191,211); }
H1.HeaderClassName
{
color: #BCBFD3;
}
.AnyTagClassName
{
color: #BCBFD3;
}
</style>
background-color css
<style>
a { background-color: #BCBFD3; }
a { background-color: rgb(188,191,211); }
div.DivClassName
{
background-color: #BCBFD3;
}
.BgClassName
{
background-color: #BCBFD3;
}
</style>
border-color css
<style>
span { border-color: #BCBFD3; }
span { border-color: rgb(188,191,211); }
td.TdClassName
{
border-color: #BCBFD3;
}
.TagClassName
{
border-color: #BCBFD3;
}
</style>