Shades of Lavender Grey #BCC0D3
Tints of Lavender Grey #BCC0D3
RGB
CMYK
RGB Variations
Color information
#BCC0D3 (or 0xBCC0D3) is known color: Lavender Grey. HEX triplet: BC, C0 and D3. RGB value is (188,192,211). Sum of RGB (Red+Green+Blue) = 188+192+211=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D3 is #433F2C. Grayscale: #C0C0C0. Windows color (decimal): -4407085 or 13877436. OLE color: 13877436.
HSL color Cylindrical-coordinate representation of color #BCC0D3: hue angle of 229.57º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC0D3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 192 | 211 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.17 |
| HSL | 229.57º | 0.21% | 0.78% | - |
| HSV(B) | 229.57º | 0.11% | 0.83% | - |
| XYZ | 51.35 | 53.09 | 69.17 | - |
| YUV | 192.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 211 | 0.11 | 0.09 | 0 | 0.17 | 229.57 | 0.21 | 0.78 |
| Hex | BC | C0 | D3 | B | 9 | 0 | 11 | E6 | 15 | 4E |
| Octal | 274 | 300 | 323 | 13 | 11 | 0 | 21 | 346 | 25 | 116 |
| Binary | 10111100 | 11000000 | 11010011 | 1011 | 1001 | 0 | 10001 | 11100110 | 10101 | 1001110 |
Color Harmonies of #BCC0D3
Complementary color
Monochromatic Colors of #BCC0D3
Black with #BCC0D3
Text Example
Text Example
White with #BCC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0D3; }
p { color: rgb(188,192,211); }
H1.HeaderClassName
{
color: #BCC0D3;
}
.AnyTagClassName
{
color: #BCC0D3;
}
</style>
background-color css
<style>
a { background-color: #BCC0D3; }
a { background-color: rgb(188,192,211); }
div.DivClassName
{
background-color: #BCC0D3;
}
.BgClassName
{
background-color: #BCC0D3;
}
</style>
border-color css
<style>
span { border-color: #BCC0D3; }
span { border-color: rgb(188,192,211); }
td.TdClassName
{
border-color: #BCC0D3;
}
.TagClassName
{
border-color: #BCC0D3;
}
</style>