Shades of Iron #BBCED0
Tints of Iron #BBCED0
RGB
CMYK
RGB Variations
Color information
#BBCED0 (or 0xBBCED0) is known color: Iron. HEX triplet: BB, CE and D0. RGB value is (187,206,208). Sum of RGB (Red+Green+Blue) = 187+206+208=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED0 is #44312F. Grayscale: #C8C8C8. Windows color (decimal): -4469040 or 13684411. OLE color: 13684411.
HSL color Cylindrical-coordinate representation of color #BBCED0: hue angle of 185.71º 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 #BBCED0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 206 | 208 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 185.71º | 0.18% | 0.77% | - |
| HSV(B) | 185.71º | 0.1% | 0.82% | - |
| XYZ | 53.95 | 59.26 | 68.27 | - |
| YUV | 200.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 208 | 0.10 | 0.01 | 0 | 0.18 | 185.71 | 0.18 | 0.77 |
| Hex | BB | CE | D0 | A | 1 | 0 | 12 | BA | 12 | 4D |
| Octal | 273 | 316 | 320 | 12 | 1 | 0 | 22 | 272 | 22 | 115 |
| Binary | 10111011 | 11001110 | 11010000 | 1010 | 1 | 0 | 10010 | 10111010 | 10010 | 1001101 |
Color Harmonies of #BBCED0
Complementary color
Monochromatic Colors of #BBCED0
Black with #BBCED0
Text Example
Text Example
White with #BBCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED0; }
p { color: rgb(187,206,208); }
H1.HeaderClassName
{
color: #BBCED0;
}
.AnyTagClassName
{
color: #BBCED0;
}
</style>
background-color css
<style>
a { background-color: #BBCED0; }
a { background-color: rgb(187,206,208); }
div.DivClassName
{
background-color: #BBCED0;
}
.BgClassName
{
background-color: #BBCED0;
}
</style>
border-color css
<style>
span { border-color: #BBCED0; }
span { border-color: rgb(187,206,208); }
td.TdClassName
{
border-color: #BBCED0;
}
.TagClassName
{
border-color: #BBCED0;
}
</style>