Shades of Iron #BCCFD2
Tints of Iron #BCCFD2
RGB
CMYK
RGB Variations
Color information
#BCCFD2 (or 0xBCCFD2) is known color: Iron. HEX triplet: BC, CF and D2. RGB value is (188,207,210). Sum of RGB (Red+Green+Blue) = 188+207+210=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD2 is #43302D. Grayscale: #C9C9C9. Windows color (decimal): -4403246 or 13815740. OLE color: 13815740.
HSL color Cylindrical-coordinate representation of color #BCCFD2: hue angle of 188.18º 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 #BCCFD2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 207 | 210 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 188.18º | 0.2% | 0.78% | - |
| HSV(B) | 188.18º | 0.1% | 0.82% | - |
| XYZ | 54.68 | 59.97 | 69.67 | - |
| YUV | 201.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 210 | 0.10 | 0.01 | 0 | 0.18 | 188.18 | 0.2 | 0.78 |
| Hex | BC | CF | D2 | A | 1 | 0 | 12 | BC | 14 | 4E |
| Octal | 274 | 317 | 322 | 12 | 1 | 0 | 22 | 274 | 24 | 116 |
| Binary | 10111100 | 11001111 | 11010010 | 1010 | 1 | 0 | 10010 | 10111100 | 10100 | 1001110 |
Color Harmonies of #BCCFD2
Complementary color
Monochromatic Colors of #BCCFD2
Black with #BCCFD2
Text Example
Text Example
White with #BCCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFD2; }
p { color: rgb(188,207,210); }
H1.HeaderClassName
{
color: #BCCFD2;
}
.AnyTagClassName
{
color: #BCCFD2;
}
</style>
background-color css
<style>
a { background-color: #BCCFD2; }
a { background-color: rgb(188,207,210); }
div.DivClassName
{
background-color: #BCCFD2;
}
.BgClassName
{
background-color: #BCCFD2;
}
</style>
border-color css
<style>
span { border-color: #BCCFD2; }
span { border-color: rgb(188,207,210); }
td.TdClassName
{
border-color: #BCCFD2;
}
.TagClassName
{
border-color: #BCCFD2;
}
</style>