Shades of Iron #BBCBD0
Tints of Iron #BBCBD0
RGB
CMYK
RGB Variations
Color information
#BBCBD0 (or 0xBBCBD0) is known color: Iron. HEX triplet: BB, CB and D0. RGB value is (187,203,208). Sum of RGB (Red+Green+Blue) = 187+203+208=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD0 is #44342F. Grayscale: #C6C6C6. Windows color (decimal): -4469808 or 13683643. OLE color: 13683643.
HSL color Cylindrical-coordinate representation of color #BBCBD0: hue angle of 194.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCBD0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 203 | 208 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.18 |
| HSL | 194.29º | 0.18% | 0.77% | - |
| HSV(B) | 194.29º | 0.1% | 0.82% | - |
| XYZ | 53.23 | 57.83 | 68.03 | - |
| YUV | 198.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 208 | 0.10 | 0.02 | 0 | 0.18 | 194.29 | 0.18 | 0.77 |
| Hex | BB | CB | D0 | A | 2 | 0 | 12 | C2 | 12 | 4D |
| Octal | 273 | 313 | 320 | 12 | 2 | 0 | 22 | 302 | 22 | 115 |
| Binary | 10111011 | 11001011 | 11010000 | 1010 | 10 | 0 | 10010 | 11000010 | 10010 | 1001101 |
Color Harmonies of #BBCBD0
Complementary color
Monochromatic Colors of #BBCBD0
Black with #BBCBD0
Text Example
Text Example
White with #BBCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD0; }
p { color: rgb(187,203,208); }
H1.HeaderClassName
{
color: #BBCBD0;
}
.AnyTagClassName
{
color: #BBCBD0;
}
</style>
background-color css
<style>
a { background-color: #BBCBD0; }
a { background-color: rgb(187,203,208); }
div.DivClassName
{
background-color: #BBCBD0;
}
.BgClassName
{
background-color: #BBCBD0;
}
</style>
border-color css
<style>
span { border-color: #BBCBD0; }
span { border-color: rgb(187,203,208); }
td.TdClassName
{
border-color: #BBCBD0;
}
.TagClassName
{
border-color: #BBCBD0;
}
</style>