Shades of Iron #BCCFD4
Tints of Iron #BCCFD4
RGB
CMYK
RGB Variations
Color information
#BCCFD4 (or 0xBCCFD4) is known color: Iron. HEX triplet: BC, CF and D4. RGB value is (188,207,212). Sum of RGB (Red+Green+Blue) = 188+207+212=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD4 is #43302B. Grayscale: #C9C9C9. Windows color (decimal): -4403244 or 13946812. OLE color: 13946812.
HSL color Cylindrical-coordinate representation of color #BCCFD4: hue angle of 192.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCFD4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 207 | 212 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.17 |
| HSL | 192.5º | 0.22% | 0.78% | - |
| HSV(B) | 192.5º | 0.11% | 0.83% | - |
| XYZ | 54.94 | 60.07 | 70.99 | - |
| YUV | 201.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 212 | 0.11 | 0.02 | 0 | 0.17 | 192.5 | 0.22 | 0.78 |
| Hex | BC | CF | D4 | B | 2 | 0 | 11 | C0 | 16 | 4E |
| Octal | 274 | 317 | 324 | 13 | 2 | 0 | 21 | 300 | 26 | 116 |
| Binary | 10111100 | 11001111 | 11010100 | 1011 | 10 | 0 | 10001 | 11000000 | 10110 | 1001110 |
Color Harmonies of #BCCFD4
Complementary color
Monochromatic Colors of #BCCFD4
Black with #BCCFD4
Text Example
Text Example
White with #BCCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFD4; }
p { color: rgb(188,207,212); }
H1.HeaderClassName
{
color: #BCCFD4;
}
.AnyTagClassName
{
color: #BCCFD4;
}
</style>
background-color css
<style>
a { background-color: #BCCFD4; }
a { background-color: rgb(188,207,212); }
div.DivClassName
{
background-color: #BCCFD4;
}
.BgClassName
{
background-color: #BCCFD4;
}
</style>
border-color css
<style>
span { border-color: #BCCFD4; }
span { border-color: rgb(188,207,212); }
td.TdClassName
{
border-color: #BCCFD4;
}
.TagClassName
{
border-color: #BCCFD4;
}
</style>