Shades of Heather #BCC2C4
Tints of Heather #BCC2C4
RGB
CMYK
RGB Variations
Color information
#BCC2C4 (or 0xBCC2C4) is known color: Heather. HEX triplet: BC, C2 and C4. RGB value is (188,194,196). Sum of RGB (Red+Green+Blue) = 188+194+196=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C4 is #433D3B. Grayscale: #C0C0C0. Windows color (decimal): -4406588 or 12894908. OLE color: 12894908.
HSL color Cylindrical-coordinate representation of color #BCC2C4: hue angle of 195º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC2C4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 194 | 196 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.23 |
| HSL | 195º | 0.06% | 0.75% | - |
| HSV(B) | 195º | 0.04% | 0.77% | - |
| XYZ | 49.99 | 53.26 | 59.87 | - |
| YUV | 192.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 196 | 0.04 | 0.01 | 0 | 0.23 | 195 | 0.06 | 0.75 |
| Hex | BC | C2 | C4 | 4 | 1 | 0 | 17 | C3 | 6 | 4B |
| Octal | 274 | 302 | 304 | 4 | 1 | 0 | 27 | 303 | 6 | 113 |
| Binary | 10111100 | 11000010 | 11000100 | 100 | 1 | 0 | 10111 | 11000011 | 110 | 1001011 |
Color Harmonies of #BCC2C4
Complementary color
Monochromatic Colors of #BCC2C4
Black with #BCC2C4
Text Example
Text Example
White with #BCC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2C4; }
p { color: rgb(188,194,196); }
H1.HeaderClassName
{
color: #BCC2C4;
}
.AnyTagClassName
{
color: #BCC2C4;
}
</style>
background-color css
<style>
a { background-color: #BCC2C4; }
a { background-color: rgb(188,194,196); }
div.DivClassName
{
background-color: #BCC2C4;
}
.BgClassName
{
background-color: #BCC2C4;
}
</style>
border-color css
<style>
span { border-color: #BCC2C4; }
span { border-color: rgb(188,194,196); }
td.TdClassName
{
border-color: #BCC2C4;
}
.TagClassName
{
border-color: #BCC2C4;
}
</style>