Shades of Iron #BBCDCE
Tints of Iron #BBCDCE
RGB
CMYK
RGB Variations
Color information
#BBCDCE (or 0xBBCDCE) is known color: Iron. HEX triplet: BB, CD and CE. RGB value is (187,205,206). Sum of RGB (Red+Green+Blue) = 187+205+206=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCE is #443231. Grayscale: #C7C7C7. Windows color (decimal): -4469298 or 13553083. OLE color: 13553083.
HSL color Cylindrical-coordinate representation of color #BBCDCE: hue angle of 183.16º 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 #BBCDCE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 205 | 206 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.19 |
| HSL | 183.16º | 0.16% | 0.77% | - |
| HSV(B) | 183.16º | 0.09% | 0.81% | - |
| XYZ | 53.47 | 58.68 | 66.9 | - |
| YUV | 199.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 206 | 0.09 | 0.00 | 0 | 0.19 | 183.16 | 0.16 | 0.77 |
| Hex | BB | CD | CE | 9 | 0 | 0 | 13 | B7 | 10 | 4D |
| Octal | 273 | 315 | 316 | 11 | 0 | 0 | 23 | 267 | 20 | 115 |
| Binary | 10111011 | 11001101 | 11001110 | 1001 | 0 | 0 | 10011 | 10110111 | 10000 | 1001101 |
Color Harmonies of #BBCDCE
Complementary color
Monochromatic Colors of #BBCDCE
Black with #BBCDCE
Text Example
Text Example
White with #BBCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDCE; }
p { color: rgb(187,205,206); }
H1.HeaderClassName
{
color: #BBCDCE;
}
.AnyTagClassName
{
color: #BBCDCE;
}
</style>
background-color css
<style>
a { background-color: #BBCDCE; }
a { background-color: rgb(187,205,206); }
div.DivClassName
{
background-color: #BBCDCE;
}
.BgClassName
{
background-color: #BBCDCE;
}
</style>
border-color css
<style>
span { border-color: #BBCDCE; }
span { border-color: rgb(187,205,206); }
td.TdClassName
{
border-color: #BBCDCE;
}
.TagClassName
{
border-color: #BBCDCE;
}
</style>