Shades of Lavender Grey #BCB8DF
Tints of Lavender Grey #BCB8DF
RGB
CMYK
RGB Variations
Color information
#BCB8DF (or 0xBCB8DF) is known color: Lavender Grey. HEX triplet: BC, B8 and DF. RGB value is (188,184,223). Sum of RGB (Red+Green+Blue) = 188+184+223=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8DF is #434720. Grayscale: #BDBDBD. Windows color (decimal): -4409121 or 14661820. OLE color: 14661820.
HSL color Cylindrical-coordinate representation of color #BCB8DF: hue angle of 246.15º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB8DF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 184 | 223 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.13 |
| HSL | 246.15º | 0.38% | 0.8% | - |
| HSV(B) | 246.15º | 0.17% | 0.87% | - |
| XYZ | 51.2 | 50.3 | 76.82 | - |
| YUV | 189.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 223 | 0.16 | 0.17 | 0 | 0.13 | 246.15 | 0.38 | 0.8 |
| Hex | BC | B8 | DF | 10 | 11 | 0 | D | F6 | 26 | 50 |
| Octal | 274 | 270 | 337 | 20 | 21 | 0 | 15 | 366 | 46 | 120 |
| Binary | 10111100 | 10111000 | 11011111 | 10000 | 10001 | 0 | 1101 | 11110110 | 100110 | 1010000 |
Color Harmonies of #BCB8DF
Complementary color
Monochromatic Colors of #BCB8DF
Black with #BCB8DF
Text Example
Text Example
White with #BCB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8DF; }
p { color: rgb(188,184,223); }
H1.HeaderClassName
{
color: #BCB8DF;
}
.AnyTagClassName
{
color: #BCB8DF;
}
</style>
background-color css
<style>
a { background-color: #BCB8DF; }
a { background-color: rgb(188,184,223); }
div.DivClassName
{
background-color: #BCB8DF;
}
.BgClassName
{
background-color: #BCB8DF;
}
</style>
border-color css
<style>
span { border-color: #BCB8DF; }
span { border-color: rgb(188,184,223); }
td.TdClassName
{
border-color: #BCB8DF;
}
.TagClassName
{
border-color: #BCB8DF;
}
</style>