Shades of Iron #BCCACE
Tints of Iron #BCCACE
RGB
CMYK
RGB Variations
Color information
#BCCACE (or 0xBCCACE) is known color: Iron. HEX triplet: BC, CA and CE. RGB value is (188,202,206). Sum of RGB (Red+Green+Blue) = 188+202+206=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACE is #433531. Grayscale: #C6C6C6. Windows color (decimal): -4404530 or 13552316. OLE color: 13552316.
HSL color Cylindrical-coordinate representation of color #BCCACE: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCACE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 202 | 206 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.19 |
| HSL | 193.33º | 0.16% | 0.77% | - |
| HSV(B) | 193.33º | 0.09% | 0.81% | - |
| XYZ | 53 | 57.39 | 66.68 | - |
| YUV | 198.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 206 | 0.09 | 0.02 | 0 | 0.19 | 193.33 | 0.16 | 0.77 |
| Hex | BC | CA | CE | 9 | 2 | 0 | 13 | C1 | 10 | 4D |
| Octal | 274 | 312 | 316 | 11 | 2 | 0 | 23 | 301 | 20 | 115 |
| Binary | 10111100 | 11001010 | 11001110 | 1001 | 10 | 0 | 10011 | 11000001 | 10000 | 1001101 |
Color Harmonies of #BCCACE
Complementary color
Monochromatic Colors of #BCCACE
Black with #BCCACE
Text Example
Text Example
White with #BCCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCACE; }
p { color: rgb(188,202,206); }
H1.HeaderClassName
{
color: #BCCACE;
}
.AnyTagClassName
{
color: #BCCACE;
}
</style>
background-color css
<style>
a { background-color: #BCCACE; }
a { background-color: rgb(188,202,206); }
div.DivClassName
{
background-color: #BCCACE;
}
.BgClassName
{
background-color: #BCCACE;
}
</style>
border-color css
<style>
span { border-color: #BCCACE; }
span { border-color: rgb(188,202,206); }
td.TdClassName
{
border-color: #BCCACE;
}
.TagClassName
{
border-color: #BCCACE;
}
</style>