Shades of Iron #BCCCCE
Tints of Iron #BCCCCE
RGB
CMYK
RGB Variations
Color information
#BCCCCE (or 0xBCCCCE) is known color: Iron. HEX triplet: BC, CC and CE. RGB value is (188,204,206). Sum of RGB (Red+Green+Blue) = 188+204+206=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCE is #433331. Grayscale: #C7C7C7. Windows color (decimal): -4404018 or 13552828. OLE color: 13552828.
HSL color Cylindrical-coordinate representation of color #BCCCCE: hue angle of 186.67º 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 #BCCCCE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 204 | 206 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.19 |
| HSL | 186.67º | 0.16% | 0.77% | - |
| HSV(B) | 186.67º | 0.09% | 0.81% | - |
| XYZ | 53.47 | 58.33 | 66.83 | - |
| YUV | 199.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 206 | 0.09 | 0.01 | 0 | 0.19 | 186.67 | 0.16 | 0.77 |
| Hex | BC | CC | CE | 9 | 1 | 0 | 13 | BB | 10 | 4D |
| Octal | 274 | 314 | 316 | 11 | 1 | 0 | 23 | 273 | 20 | 115 |
| Binary | 10111100 | 11001100 | 11001110 | 1001 | 1 | 0 | 10011 | 10111011 | 10000 | 1001101 |
Color Harmonies of #BCCCCE
Complementary color
Monochromatic Colors of #BCCCCE
Black with #BCCCCE
Text Example
Text Example
White with #BCCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCCE; }
p { color: rgb(188,204,206); }
H1.HeaderClassName
{
color: #BCCCCE;
}
.AnyTagClassName
{
color: #BCCCCE;
}
</style>
background-color css
<style>
a { background-color: #BCCCCE; }
a { background-color: rgb(188,204,206); }
div.DivClassName
{
background-color: #BCCCCE;
}
.BgClassName
{
background-color: #BCCCCE;
}
</style>
border-color css
<style>
span { border-color: #BCCCCE; }
span { border-color: rgb(188,204,206); }
td.TdClassName
{
border-color: #BCCCCE;
}
.TagClassName
{
border-color: #BCCCCE;
}
</style>