Shades of Lavender Grey #BCC0DF
Tints of Lavender Grey #BCC0DF
RGB
CMYK
RGB Variations
Color information
#BCC0DF (or 0xBCC0DF) is known color: Lavender Grey. HEX triplet: BC, C0 and DF. RGB value is (188,192,223). Sum of RGB (Red+Green+Blue) = 188+192+223=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DF is #433F20. Grayscale: #C2C2C2. Windows color (decimal): -4407073 or 14663868. OLE color: 14663868.
HSL color Cylindrical-coordinate representation of color #BCC0DF: hue angle of 233.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC0DF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 192 | 223 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 233.14º | 0.35% | 0.81% | - |
| HSV(B) | 233.14º | 0.16% | 0.87% | - |
| XYZ | 52.91 | 53.72 | 77.39 | - |
| YUV | 194.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 223 | 0.16 | 0.14 | 0 | 0.13 | 233.14 | 0.35 | 0.81 |
| Hex | BC | C0 | DF | 10 | E | 0 | D | E9 | 23 | 51 |
| Octal | 274 | 300 | 337 | 20 | 16 | 0 | 15 | 351 | 43 | 121 |
| Binary | 10111100 | 11000000 | 11011111 | 10000 | 1110 | 0 | 1101 | 11101001 | 100011 | 1010001 |
Color Harmonies of #BCC0DF
Complementary color
Monochromatic Colors of #BCC0DF
Black with #BCC0DF
Text Example
Text Example
White with #BCC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0DF; }
p { color: rgb(188,192,223); }
H1.HeaderClassName
{
color: #BCC0DF;
}
.AnyTagClassName
{
color: #BCC0DF;
}
</style>
background-color css
<style>
a { background-color: #BCC0DF; }
a { background-color: rgb(188,192,223); }
div.DivClassName
{
background-color: #BCC0DF;
}
.BgClassName
{
background-color: #BCC0DF;
}
</style>
border-color css
<style>
span { border-color: #BCC0DF; }
span { border-color: rgb(188,192,223); }
td.TdClassName
{
border-color: #BCC0DF;
}
.TagClassName
{
border-color: #BCC0DF;
}
</style>