Shades of Iron #BBCBCE
Tints of Iron #BBCBCE
RGB
CMYK
RGB Variations
Color information
#BBCBCE (or 0xBBCBCE) is known color: Iron. HEX triplet: BB, CB and CE. RGB value is (187,203,206). Sum of RGB (Red+Green+Blue) = 187+203+206=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBCE is #443431. Grayscale: #C6C6C6. Windows color (decimal): -4469810 or 13552571. OLE color: 13552571.
HSL color Cylindrical-coordinate representation of color #BBCBCE: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCBCE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 203 | 206 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.19 |
| HSL | 189.47º | 0.16% | 0.77% | - |
| HSV(B) | 189.47º | 0.09% | 0.81% | - |
| XYZ | 52.99 | 57.73 | 66.74 | - |
| YUV | 198.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 206 | 0.09 | 0.01 | 0 | 0.19 | 189.47 | 0.16 | 0.77 |
| Hex | BB | CB | CE | 9 | 1 | 0 | 13 | BD | 10 | 4D |
| Octal | 273 | 313 | 316 | 11 | 1 | 0 | 23 | 275 | 20 | 115 |
| Binary | 10111011 | 11001011 | 11001110 | 1001 | 1 | 0 | 10011 | 10111101 | 10000 | 1001101 |
Color Harmonies of #BBCBCE
Complementary color
Monochromatic Colors of #BBCBCE
Black with #BBCBCE
Text Example
Text Example
White with #BBCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBCE; }
p { color: rgb(187,203,206); }
H1.HeaderClassName
{
color: #BBCBCE;
}
.AnyTagClassName
{
color: #BBCBCE;
}
</style>
background-color css
<style>
a { background-color: #BBCBCE; }
a { background-color: rgb(187,203,206); }
div.DivClassName
{
background-color: #BBCBCE;
}
.BgClassName
{
background-color: #BBCBCE;
}
</style>
border-color css
<style>
span { border-color: #BBCBCE; }
span { border-color: rgb(187,203,206); }
td.TdClassName
{
border-color: #BBCBCE;
}
.TagClassName
{
border-color: #BBCBCE;
}
</style>