Shades of Iron #BCD0CF
Tints of Iron #BCD0CF
RGB
CMYK
RGB Variations
Color information
#BCD0CF (or 0xBCD0CF) is known color: Iron. HEX triplet: BC, D0 and CF. RGB value is (188,208,207). Sum of RGB (Red+Green+Blue) = 188+208+207=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CF is #432F30. Grayscale: #C9C9C9. Windows color (decimal): -4402993 or 13619388. OLE color: 13619388.
HSL color Cylindrical-coordinate representation of color #BCD0CF: hue angle of 177º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0CF is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 207 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.18 |
| HSL | 177º | 0.18% | 0.78% | - |
| HSV(B) | 177º | 0.1% | 0.82% | - |
| XYZ | 54.56 | 60.31 | 67.8 | - |
| YUV | 201.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 207 | 0.10 | 0 | 0.00 | 0.18 | 177 | 0.18 | 0.78 |
| Hex | BC | D0 | CF | A | 0 | 0 | 12 | B1 | 12 | 4E |
| Octal | 274 | 320 | 317 | 12 | 0 | 0 | 22 | 261 | 22 | 116 |
| Binary | 10111100 | 11010000 | 11001111 | 1010 | 0 | 0 | 10010 | 10110001 | 10010 | 1001110 |
Color Harmonies of #BCD0CF
Complementary color
Monochromatic Colors of #BCD0CF
Black with #BCD0CF
Text Example
Text Example
White with #BCD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0CF; }
p { color: rgb(188,208,207); }
H1.HeaderClassName
{
color: #BCD0CF;
}
.AnyTagClassName
{
color: #BCD0CF;
}
</style>
background-color css
<style>
a { background-color: #BCD0CF; }
a { background-color: rgb(188,208,207); }
div.DivClassName
{
background-color: #BCD0CF;
}
.BgClassName
{
background-color: #BCD0CF;
}
</style>
border-color css
<style>
span { border-color: #BCD0CF; }
span { border-color: rgb(188,208,207); }
td.TdClassName
{
border-color: #BCD0CF;
}
.TagClassName
{
border-color: #BCD0CF;
}
</style>