Shades of Iron #BCCDD2
Tints of Iron #BCCDD2
RGB
CMYK
RGB Variations
Color information
#BCCDD2 (or 0xBCCDD2) is known color: Iron. HEX triplet: BC, CD and D2. RGB value is (188,205,210). Sum of RGB (Red+Green+Blue) = 188+205+210=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD2 is #43322D. Grayscale: #C8C8C8. Windows color (decimal): -4403758 or 13815228. OLE color: 13815228.
HSL color Cylindrical-coordinate representation of color #BCCDD2: hue angle of 193.64º degrees, saturation: 0.2, 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 #BCCDD2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 205 | 210 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.18 |
| HSL | 193.64º | 0.2% | 0.78% | - |
| HSV(B) | 193.64º | 0.1% | 0.82% | - |
| XYZ | 54.2 | 59.01 | 69.51 | - |
| YUV | 200.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 210 | 0.10 | 0.02 | 0 | 0.18 | 193.64 | 0.2 | 0.78 |
| Hex | BC | CD | D2 | A | 2 | 0 | 12 | C2 | 14 | 4E |
| Octal | 274 | 315 | 322 | 12 | 2 | 0 | 22 | 302 | 24 | 116 |
| Binary | 10111100 | 11001101 | 11010010 | 1010 | 10 | 0 | 10010 | 11000010 | 10100 | 1001110 |
Color Harmonies of #BCCDD2
Complementary color
Monochromatic Colors of #BCCDD2
Black with #BCCDD2
Text Example
Text Example
White with #BCCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDD2; }
p { color: rgb(188,205,210); }
H1.HeaderClassName
{
color: #BCCDD2;
}
.AnyTagClassName
{
color: #BCCDD2;
}
</style>
background-color css
<style>
a { background-color: #BCCDD2; }
a { background-color: rgb(188,205,210); }
div.DivClassName
{
background-color: #BCCDD2;
}
.BgClassName
{
background-color: #BCCDD2;
}
</style>
border-color css
<style>
span { border-color: #BCCDD2; }
span { border-color: rgb(188,205,210); }
td.TdClassName
{
border-color: #BCCDD2;
}
.TagClassName
{
border-color: #BCCDD2;
}
</style>