Shades of Iron #B9CED1
Tints of Iron #B9CED1
RGB
CMYK
RGB Variations
Color information
#B9CED1 (or 0xB9CED1) is known color: Iron. HEX triplet: B9, CE and D1. RGB value is (185,206,209). Sum of RGB (Red+Green+Blue) = 185+206+209=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CED1 is #46312E. Grayscale: #C8C8C8. Windows color (decimal): -4600111 or 13749945. OLE color: 13749945.
HSL color Cylindrical-coordinate representation of color #B9CED1: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CED1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 206 | 209 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 187.5º | 0.21% | 0.77% | - |
| HSV(B) | 187.5º | 0.11% | 0.82% | - |
| XYZ | 53.59 | 59.06 | 68.9 | - |
| YUV | 200.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 209 | 0.11 | 0.01 | 0 | 0.18 | 187.5 | 0.21 | 0.77 |
| Hex | B9 | CE | D1 | B | 1 | 0 | 12 | BC | 15 | 4D |
| Octal | 271 | 316 | 321 | 13 | 1 | 0 | 22 | 274 | 25 | 115 |
| Binary | 10111001 | 11001110 | 11010001 | 1011 | 1 | 0 | 10010 | 10111100 | 10101 | 1001101 |
Color Harmonies of #B9CED1
Complementary color
Monochromatic Colors of #B9CED1
Black with #B9CED1
Text Example
Text Example
White with #B9CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CED1; }
p { color: rgb(185,206,209); }
H1.HeaderClassName
{
color: #B9CED1;
}
.AnyTagClassName
{
color: #B9CED1;
}
</style>
background-color css
<style>
a { background-color: #B9CED1; }
a { background-color: rgb(185,206,209); }
div.DivClassName
{
background-color: #B9CED1;
}
.BgClassName
{
background-color: #B9CED1;
}
</style>
border-color css
<style>
span { border-color: #B9CED1; }
span { border-color: rgb(185,206,209); }
td.TdClassName
{
border-color: #B9CED1;
}
.TagClassName
{
border-color: #B9CED1;
}
</style>