Shades of Lavender Grey #BCBFD0
Tints of Lavender Grey #BCBFD0
RGB
CMYK
RGB Variations
Color information
#BCBFD0 (or 0xBCBFD0) is known color: Lavender Grey. HEX triplet: BC, BF and D0. RGB value is (188,191,208). Sum of RGB (Red+Green+Blue) = 188+191+208=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD0 is #43402F. Grayscale: #BFBFBF. Windows color (decimal): -4407344 or 13680572. OLE color: 13680572.
HSL color Cylindrical-coordinate representation of color #BCBFD0: hue angle of 231º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBFD0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 191 | 208 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.18 |
| HSL | 231º | 0.18% | 0.78% | - |
| HSV(B) | 231º | 0.1% | 0.82% | - |
| XYZ | 50.76 | 52.51 | 67.13 | - |
| YUV | 192.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 208 | 0.10 | 0.08 | 0 | 0.18 | 231 | 0.18 | 0.78 |
| Hex | BC | BF | D0 | A | 8 | 0 | 12 | E7 | 12 | 4E |
| Octal | 274 | 277 | 320 | 12 | 10 | 0 | 22 | 347 | 22 | 116 |
| Binary | 10111100 | 10111111 | 11010000 | 1010 | 1000 | 0 | 10010 | 11100111 | 10010 | 1001110 |
Color Harmonies of #BCBFD0
Complementary color
Monochromatic Colors of #BCBFD0
Black with #BCBFD0
Text Example
Text Example
White with #BCBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD0; }
p { color: rgb(188,191,208); }
H1.HeaderClassName
{
color: #BCBFD0;
}
.AnyTagClassName
{
color: #BCBFD0;
}
</style>
background-color css
<style>
a { background-color: #BCBFD0; }
a { background-color: rgb(188,191,208); }
div.DivClassName
{
background-color: #BCBFD0;
}
.BgClassName
{
background-color: #BCBFD0;
}
</style>
border-color css
<style>
span { border-color: #BCBFD0; }
span { border-color: rgb(188,191,208); }
td.TdClassName
{
border-color: #BCBFD0;
}
.TagClassName
{
border-color: #BCBFD0;
}
</style>