Shades of Iron #BBD1D0
Tints of Iron #BBD1D0
RGB
CMYK
RGB Variations
Color information
#BBD1D0 (or 0xBBD1D0) is known color: Iron. HEX triplet: BB, D1 and D0. RGB value is (187,209,208). Sum of RGB (Red+Green+Blue) = 187+209+208=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1D0 is #442E2F. Grayscale: #CACACA. Windows color (decimal): -4468272 or 13685179. OLE color: 13685179.
HSL color Cylindrical-coordinate representation of color #BBD1D0: hue angle of 177.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1D0 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 208 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.18 |
| HSL | 177.27º | 0.19% | 0.78% | - |
| HSV(B) | 177.27º | 0.11% | 0.82% | - |
| XYZ | 54.68 | 60.72 | 68.51 | - |
| YUV | 202.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 208 | 0.11 | 0 | 0.00 | 0.18 | 177.27 | 0.19 | 0.78 |
| Hex | BB | D1 | D0 | B | 0 | 0 | 12 | B1 | 13 | 4E |
| Octal | 273 | 321 | 320 | 13 | 0 | 0 | 22 | 261 | 23 | 116 |
| Binary | 10111011 | 11010001 | 11010000 | 1011 | 0 | 0 | 10010 | 10110001 | 10011 | 1001110 |
Color Harmonies of #BBD1D0
Complementary color
Monochromatic Colors of #BBD1D0
Black with #BBD1D0
Text Example
Text Example
White with #BBD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1D0; }
p { color: rgb(187,209,208); }
H1.HeaderClassName
{
color: #BBD1D0;
}
.AnyTagClassName
{
color: #BBD1D0;
}
</style>
background-color css
<style>
a { background-color: #BBD1D0; }
a { background-color: rgb(187,209,208); }
div.DivClassName
{
background-color: #BBD1D0;
}
.BgClassName
{
background-color: #BBD1D0;
}
</style>
border-color css
<style>
span { border-color: #BBD1D0; }
span { border-color: rgb(187,209,208); }
td.TdClassName
{
border-color: #BBD1D0;
}
.TagClassName
{
border-color: #BBD1D0;
}
</style>