Shades of Lavender Grey #BCB6DF
Tints of Lavender Grey #BCB6DF
RGB
CMYK
RGB Variations
Color information
#BCB6DF (or 0xBCB6DF) is known color: Lavender Grey. HEX triplet: BC, B6 and DF. RGB value is (188,182,223). Sum of RGB (Red+Green+Blue) = 188+182+223=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6DF is #434920. Grayscale: #BCBCBC. Windows color (decimal): -4409633 or 14661308. OLE color: 14661308.
HSL color Cylindrical-coordinate representation of color #BCB6DF: hue angle of 248.78º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB6DF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 182 | 223 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 248.78º | 0.39% | 0.79% | - |
| HSV(B) | 248.78º | 0.18% | 0.87% | - |
| XYZ | 50.79 | 49.47 | 76.68 | - |
| YUV | 188.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 223 | 0.16 | 0.18 | 0 | 0.13 | 248.78 | 0.39 | 0.79 |
| Hex | BC | B6 | DF | 10 | 12 | 0 | D | F9 | 27 | 4F |
| Octal | 274 | 266 | 337 | 20 | 22 | 0 | 15 | 371 | 47 | 117 |
| Binary | 10111100 | 10110110 | 11011111 | 10000 | 10010 | 0 | 1101 | 11111001 | 100111 | 1001111 |
Color Harmonies of #BCB6DF
Complementary color
Monochromatic Colors of #BCB6DF
Black with #BCB6DF
Text Example
Text Example
White with #BCB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6DF; }
p { color: rgb(188,182,223); }
H1.HeaderClassName
{
color: #BCB6DF;
}
.AnyTagClassName
{
color: #BCB6DF;
}
</style>
background-color css
<style>
a { background-color: #BCB6DF; }
a { background-color: rgb(188,182,223); }
div.DivClassName
{
background-color: #BCB6DF;
}
.BgClassName
{
background-color: #BCB6DF;
}
</style>
border-color css
<style>
span { border-color: #BCB6DF; }
span { border-color: rgb(188,182,223); }
td.TdClassName
{
border-color: #BCB6DF;
}
.TagClassName
{
border-color: #BCB6DF;
}
</style>