Shades of Lavender Grey #BCB7DF
Tints of Lavender Grey #BCB7DF
RGB
CMYK
RGB Variations
Color information
#BCB7DF (or 0xBCB7DF) is known color: Lavender Grey. HEX triplet: BC, B7 and DF. RGB value is (188,183,223). Sum of RGB (Red+Green+Blue) = 188+183+223=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DF is #434820. Grayscale: #BCBCBC. Windows color (decimal): -4409377 or 14661564. OLE color: 14661564.
HSL color Cylindrical-coordinate representation of color #BCB7DF: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB7DF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 183 | 223 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 247.5º | 0.38% | 0.8% | - |
| HSV(B) | 247.5º | 0.18% | 0.87% | - |
| XYZ | 50.99 | 49.89 | 76.75 | - |
| YUV | 189.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 223 | 0.16 | 0.18 | 0 | 0.13 | 247.5 | 0.38 | 0.8 |
| Hex | BC | B7 | DF | 10 | 12 | 0 | D | F8 | 26 | 50 |
| Octal | 274 | 267 | 337 | 20 | 22 | 0 | 15 | 370 | 46 | 120 |
| Binary | 10111100 | 10110111 | 11011111 | 10000 | 10010 | 0 | 1101 | 11111000 | 100110 | 1010000 |
Color Harmonies of #BCB7DF
Complementary color
Monochromatic Colors of #BCB7DF
Black with #BCB7DF
Text Example
Text Example
White with #BCB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7DF; }
p { color: rgb(188,183,223); }
H1.HeaderClassName
{
color: #BCB7DF;
}
.AnyTagClassName
{
color: #BCB7DF;
}
</style>
background-color css
<style>
a { background-color: #BCB7DF; }
a { background-color: rgb(188,183,223); }
div.DivClassName
{
background-color: #BCB7DF;
}
.BgClassName
{
background-color: #BCB7DF;
}
</style>
border-color css
<style>
span { border-color: #BCB7DF; }
span { border-color: rgb(188,183,223); }
td.TdClassName
{
border-color: #BCB7DF;
}
.TagClassName
{
border-color: #BCB7DF;
}
</style>