Shades of Heather #BCC8CD
Tints of Heather #BCC8CD
RGB
CMYK
RGB Variations
Color information
#BCC8CD (or 0xBCC8CD) is known color: Heather. HEX triplet: BC, C8 and CD. RGB value is (188,200,205). Sum of RGB (Red+Green+Blue) = 188+200+205=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CD is #433732. Grayscale: #C4C4C4. Windows color (decimal): -4405043 or 13486268. OLE color: 13486268.
HSL color Cylindrical-coordinate representation of color #BCC8CD: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC8CD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 200 | 205 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.20 |
| HSL | 197.65º | 0.15% | 0.77% | - |
| HSV(B) | 197.65º | 0.08% | 0.8% | - |
| XYZ | 52.41 | 56.41 | 65.88 | - |
| YUV | 196.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 205 | 0.08 | 0.02 | 0 | 0.20 | 197.65 | 0.15 | 0.77 |
| Hex | BC | C8 | CD | 8 | 2 | 0 | 14 | C6 | F | 4D |
| Octal | 274 | 310 | 315 | 10 | 2 | 0 | 24 | 306 | 17 | 115 |
| Binary | 10111100 | 11001000 | 11001101 | 1000 | 10 | 0 | 10100 | 11000110 | 1111 | 1001101 |
Color Harmonies of #BCC8CD
Complementary color
Monochromatic Colors of #BCC8CD
Black with #BCC8CD
Text Example
Text Example
White with #BCC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8CD; }
p { color: rgb(188,200,205); }
H1.HeaderClassName
{
color: #BCC8CD;
}
.AnyTagClassName
{
color: #BCC8CD;
}
</style>
background-color css
<style>
a { background-color: #BCC8CD; }
a { background-color: rgb(188,200,205); }
div.DivClassName
{
background-color: #BCC8CD;
}
.BgClassName
{
background-color: #BCC8CD;
}
</style>
border-color css
<style>
span { border-color: #BCC8CD; }
span { border-color: rgb(188,200,205); }
td.TdClassName
{
border-color: #BCC8CD;
}
.TagClassName
{
border-color: #BCC8CD;
}
</style>