Shades of Lavender Grey #BCC0D4
Tints of Lavender Grey #BCC0D4
RGB
CMYK
RGB Variations
Color information
#BCC0D4 (or 0xBCC0D4) is known color: Lavender Grey. HEX triplet: BC, C0 and D4. RGB value is (188,192,212). Sum of RGB (Red+Green+Blue) = 188+192+212=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D4 is #433F2B. Grayscale: #C1C1C1. Windows color (decimal): -4407084 or 13942972. OLE color: 13942972.
HSL color Cylindrical-coordinate representation of color #BCC0D4: hue angle of 230º degrees, saturation: 0.22, 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 #BCC0D4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 192 | 212 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.17 |
| HSL | 230º | 0.22% | 0.78% | - |
| HSV(B) | 230º | 0.11% | 0.83% | - |
| XYZ | 51.47 | 53.14 | 69.83 | - |
| YUV | 193.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 212 | 0.11 | 0.09 | 0 | 0.17 | 230 | 0.22 | 0.78 |
| Hex | BC | C0 | D4 | B | 9 | 0 | 11 | E6 | 16 | 4E |
| Octal | 274 | 300 | 324 | 13 | 11 | 0 | 21 | 346 | 26 | 116 |
| Binary | 10111100 | 11000000 | 11010100 | 1011 | 1001 | 0 | 10001 | 11100110 | 10110 | 1001110 |
Color Harmonies of #BCC0D4
Complementary color
Monochromatic Colors of #BCC0D4
Black with #BCC0D4
Text Example
Text Example
White with #BCC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0D4; }
p { color: rgb(188,192,212); }
H1.HeaderClassName
{
color: #BCC0D4;
}
.AnyTagClassName
{
color: #BCC0D4;
}
</style>
background-color css
<style>
a { background-color: #BCC0D4; }
a { background-color: rgb(188,192,212); }
div.DivClassName
{
background-color: #BCC0D4;
}
.BgClassName
{
background-color: #BCC0D4;
}
</style>
border-color css
<style>
span { border-color: #BCC0D4; }
span { border-color: rgb(188,192,212); }
td.TdClassName
{
border-color: #BCC0D4;
}
.TagClassName
{
border-color: #BCC0D4;
}
</style>