Shades of Iron #BCCACD
Tints of Iron #BCCACD
RGB
CMYK
RGB Variations
Color information
#BCCACD (or 0xBCCACD) is known color: Iron. HEX triplet: BC, CA and CD. RGB value is (188,202,205). Sum of RGB (Red+Green+Blue) = 188+202+205=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACD is #433532. Grayscale: #C6C6C6. Windows color (decimal): -4404531 or 13486780. OLE color: 13486780.
HSL color Cylindrical-coordinate representation of color #BCCACD: hue angle of 190.59º 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 #BCCACD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 202 | 205 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.20 |
| HSL | 190.59º | 0.15% | 0.77% | - |
| HSV(B) | 190.59º | 0.08% | 0.8% | - |
| XYZ | 52.88 | 57.34 | 66.04 | - |
| YUV | 198.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 205 | 0.08 | 0.01 | 0 | 0.20 | 190.59 | 0.15 | 0.77 |
| Hex | BC | CA | CD | 8 | 1 | 0 | 14 | BF | F | 4D |
| Octal | 274 | 312 | 315 | 10 | 1 | 0 | 24 | 277 | 17 | 115 |
| Binary | 10111100 | 11001010 | 11001101 | 1000 | 1 | 0 | 10100 | 10111111 | 1111 | 1001101 |
Color Harmonies of #BCCACD
Complementary color
Monochromatic Colors of #BCCACD
Black with #BCCACD
Text Example
Text Example
White with #BCCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCACD; }
p { color: rgb(188,202,205); }
H1.HeaderClassName
{
color: #BCCACD;
}
.AnyTagClassName
{
color: #BCCACD;
}
</style>
background-color css
<style>
a { background-color: #BCCACD; }
a { background-color: rgb(188,202,205); }
div.DivClassName
{
background-color: #BCCACD;
}
.BgClassName
{
background-color: #BCCACD;
}
</style>
border-color css
<style>
span { border-color: #BCCACD; }
span { border-color: rgb(188,202,205); }
td.TdClassName
{
border-color: #BCCACD;
}
.TagClassName
{
border-color: #BCCACD;
}
</style>