Shades of Iron #BCCDD1
Tints of Iron #BCCDD1
RGB
CMYK
RGB Variations
Color information
#BCCDD1 (or 0xBCCDD1) is known color: Iron. HEX triplet: BC, CD and D1. RGB value is (188,205,209). Sum of RGB (Red+Green+Blue) = 188+205+209=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD1 is #43322E. Grayscale: #C8C8C8. Windows color (decimal): -4403759 or 13749692. OLE color: 13749692.
HSL color Cylindrical-coordinate representation of color #BCCDD1: hue angle of 191.43º degrees, saturation: 0.19, 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 #BCCDD1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 205 | 209 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.18 |
| HSL | 191.43º | 0.19% | 0.78% | - |
| HSV(B) | 191.43º | 0.1% | 0.82% | - |
| XYZ | 54.08 | 58.96 | 68.85 | - |
| YUV | 200.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 209 | 0.10 | 0.02 | 0 | 0.18 | 191.43 | 0.19 | 0.78 |
| Hex | BC | CD | D1 | A | 2 | 0 | 12 | BF | 13 | 4E |
| Octal | 274 | 315 | 321 | 12 | 2 | 0 | 22 | 277 | 23 | 116 |
| Binary | 10111100 | 11001101 | 11010001 | 1010 | 10 | 0 | 10010 | 10111111 | 10011 | 1001110 |
Color Harmonies of #BCCDD1
Complementary color
Monochromatic Colors of #BCCDD1
Black with #BCCDD1
Text Example
Text Example
White with #BCCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDD1; }
p { color: rgb(188,205,209); }
H1.HeaderClassName
{
color: #BCCDD1;
}
.AnyTagClassName
{
color: #BCCDD1;
}
</style>
background-color css
<style>
a { background-color: #BCCDD1; }
a { background-color: rgb(188,205,209); }
div.DivClassName
{
background-color: #BCCDD1;
}
.BgClassName
{
background-color: #BCCDD1;
}
</style>
border-color css
<style>
span { border-color: #BCCDD1; }
span { border-color: rgb(188,205,209); }
td.TdClassName
{
border-color: #BCCDD1;
}
.TagClassName
{
border-color: #BCCDD1;
}
</style>