Shades of Iron #BCCACC
Tints of Iron #BCCACC
RGB
CMYK
RGB Variations
Color information
#BCCACC (or 0xBCCACC) is known color: Iron. HEX triplet: BC, CA and CC. RGB value is (188,202,204). Sum of RGB (Red+Green+Blue) = 188+202+204=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACC is #433533. Grayscale: #C6C6C6. Windows color (decimal): -4404532 or 13421244. OLE color: 13421244.
HSL color Cylindrical-coordinate representation of color #BCCACC: hue angle of 187.5º degrees, saturation: 0.14, 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 #BCCACC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 202 | 204 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.2 |
| HSL | 187.5º | 0.14% | 0.77% | - |
| HSV(B) | 187.5º | 0.08% | 0.8% | - |
| XYZ | 52.76 | 57.29 | 65.4 | - |
| YUV | 198.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 204 | 0.08 | 0.01 | 0 | 0.2 | 187.5 | 0.14 | 0.77 |
| Hex | BC | CA | CC | 8 | 1 | 0 | 14 | BC | E | 4D |
| Octal | 274 | 312 | 314 | 10 | 1 | 0 | 24 | 274 | 16 | 115 |
| Binary | 10111100 | 11001010 | 11001100 | 1000 | 1 | 0 | 10100 | 10111100 | 1110 | 1001101 |
Color Harmonies of #BCCACC
Complementary color
Monochromatic Colors of #BCCACC
Black with #BCCACC
Text Example
Text Example
White with #BCCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCACC; }
p { color: rgb(188,202,204); }
H1.HeaderClassName
{
color: #BCCACC;
}
.AnyTagClassName
{
color: #BCCACC;
}
</style>
background-color css
<style>
a { background-color: #BCCACC; }
a { background-color: rgb(188,202,204); }
div.DivClassName
{
background-color: #BCCACC;
}
.BgClassName
{
background-color: #BCCACC;
}
</style>
border-color css
<style>
span { border-color: #BCCACC; }
span { border-color: rgb(188,202,204); }
td.TdClassName
{
border-color: #BCCACC;
}
.TagClassName
{
border-color: #BCCACC;
}
</style>