Shades of Iron #BDCECF
Tints of Iron #BDCECF
RGB
CMYK
RGB Variations
Color information
#BDCECF (or 0xBDCECF) is known color: Iron. HEX triplet: BD, CE and CF. RGB value is (189,206,207). Sum of RGB (Red+Green+Blue) = 189+206+207=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCECF is #423130. Grayscale: #C9C9C9. Windows color (decimal): -4337969 or 13618877. OLE color: 13618877.
HSL color Cylindrical-coordinate representation of color #BDCECF: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCECF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 207 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.19 |
| HSL | 183.33º | 0.16% | 0.78% | - |
| HSV(B) | 183.33º | 0.09% | 0.81% | - |
| XYZ | 54.32 | 59.47 | 67.65 | - |
| YUV | 201.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 207 | 0.09 | 0.00 | 0 | 0.19 | 183.33 | 0.16 | 0.78 |
| Hex | BD | CE | CF | 9 | 0 | 0 | 13 | B7 | 10 | 4E |
| Octal | 275 | 316 | 317 | 11 | 0 | 0 | 23 | 267 | 20 | 116 |
| Binary | 10111101 | 11001110 | 11001111 | 1001 | 0 | 0 | 10011 | 10110111 | 10000 | 1001110 |
Color Harmonies of #BDCECF
Complementary color
Monochromatic Colors of #BDCECF
Black with #BDCECF
Text Example
Text Example
White with #BDCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCECF; }
p { color: rgb(189,206,207); }
H1.HeaderClassName
{
color: #BDCECF;
}
.AnyTagClassName
{
color: #BDCECF;
}
</style>
background-color css
<style>
a { background-color: #BDCECF; }
a { background-color: rgb(189,206,207); }
div.DivClassName
{
background-color: #BDCECF;
}
.BgClassName
{
background-color: #BDCECF;
}
</style>
border-color css
<style>
span { border-color: #BDCECF; }
span { border-color: rgb(189,206,207); }
td.TdClassName
{
border-color: #BDCECF;
}
.TagClassName
{
border-color: #BDCECF;
}
</style>