Shades of Iron #B9CFD0
Tints of Iron #B9CFD0
RGB
CMYK
RGB Variations
Color information
#B9CFD0 (or 0xB9CFD0) is known color: Iron. HEX triplet: B9, CF and D0. RGB value is (185,207,208). Sum of RGB (Red+Green+Blue) = 185+207+208=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFD0 is #46302F. Grayscale: #C8C8C8. Windows color (decimal): -4599856 or 13684665. OLE color: 13684665.
HSL color Cylindrical-coordinate representation of color #B9CFD0: hue angle of 182.61º degrees, saturation: 0.2, 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 #B9CFD0 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 207 | 208 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.18 |
| HSL | 182.61º | 0.2% | 0.77% | - |
| HSV(B) | 182.61º | 0.11% | 0.82% | - |
| XYZ | 53.71 | 59.49 | 68.33 | - |
| YUV | 200.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 208 | 0.11 | 0.00 | 0 | 0.18 | 182.61 | 0.2 | 0.77 |
| Hex | B9 | CF | D0 | B | 0 | 0 | 12 | B7 | 14 | 4D |
| Octal | 271 | 317 | 320 | 13 | 0 | 0 | 22 | 267 | 24 | 115 |
| Binary | 10111001 | 11001111 | 11010000 | 1011 | 0 | 0 | 10010 | 10110111 | 10100 | 1001101 |
Color Harmonies of #B9CFD0
Complementary color
Monochromatic Colors of #B9CFD0
Black with #B9CFD0
Text Example
Text Example
White with #B9CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFD0; }
p { color: rgb(185,207,208); }
H1.HeaderClassName
{
color: #B9CFD0;
}
.AnyTagClassName
{
color: #B9CFD0;
}
</style>
background-color css
<style>
a { background-color: #B9CFD0; }
a { background-color: rgb(185,207,208); }
div.DivClassName
{
background-color: #B9CFD0;
}
.BgClassName
{
background-color: #B9CFD0;
}
</style>
border-color css
<style>
span { border-color: #B9CFD0; }
span { border-color: rgb(185,207,208); }
td.TdClassName
{
border-color: #B9CFD0;
}
.TagClassName
{
border-color: #B9CFD0;
}
</style>