Shades of Lavender Grey #BCBDCF
Tints of Lavender Grey #BCBDCF
RGB
CMYK
RGB Variations
Color information
#BCBDCF (or 0xBCBDCF) is known color: Lavender Grey. HEX triplet: BC, BD and CF. RGB value is (188,189,207). Sum of RGB (Red+Green+Blue) = 188+189+207=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCF is #434230. Grayscale: #BEBEBE. Windows color (decimal): -4407857 or 13614524. OLE color: 13614524.
HSL color Cylindrical-coordinate representation of color #BCBDCF: hue angle of 236.84º 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 #BCBDCF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 189 | 207 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.19 |
| HSL | 236.84º | 0.17% | 0.77% | - |
| HSV(B) | 236.84º | 0.09% | 0.81% | - |
| XYZ | 50.2 | 51.59 | 66.34 | - |
| YUV | 190.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 207 | 0.09 | 0.09 | 0 | 0.19 | 236.84 | 0.17 | 0.77 |
| Hex | BC | BD | CF | 9 | 9 | 0 | 13 | ED | 11 | 4D |
| Octal | 274 | 275 | 317 | 11 | 11 | 0 | 23 | 355 | 21 | 115 |
| Binary | 10111100 | 10111101 | 11001111 | 1001 | 1001 | 0 | 10011 | 11101101 | 10001 | 1001101 |
Color Harmonies of #BCBDCF
Complementary color
Monochromatic Colors of #BCBDCF
Black with #BCBDCF
Text Example
Text Example
White with #BCBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDCF; }
p { color: rgb(188,189,207); }
H1.HeaderClassName
{
color: #BCBDCF;
}
.AnyTagClassName
{
color: #BCBDCF;
}
</style>
background-color css
<style>
a { background-color: #BCBDCF; }
a { background-color: rgb(188,189,207); }
div.DivClassName
{
background-color: #BCBDCF;
}
.BgClassName
{
background-color: #BCBDCF;
}
</style>
border-color css
<style>
span { border-color: #BCBDCF; }
span { border-color: rgb(188,189,207); }
td.TdClassName
{
border-color: #BCBDCF;
}
.TagClassName
{
border-color: #BCBDCF;
}
</style>