Shades of Iron #BBCED3
Tints of Iron #BBCED3
RGB
CMYK
RGB Variations
Color information
#BBCED3 (or 0xBBCED3) is known color: Iron. HEX triplet: BB, CE and D3. RGB value is (187,206,211). Sum of RGB (Red+Green+Blue) = 187+206+211=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED3 is #44312C. Grayscale: #C8C8C8. Windows color (decimal): -4469037 or 13881019. OLE color: 13881019.
HSL color Cylindrical-coordinate representation of color #BBCED3: hue angle of 192.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCED3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 206 | 211 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.17 |
| HSL | 192.5º | 0.21% | 0.78% | - |
| HSV(B) | 192.5º | 0.11% | 0.83% | - |
| XYZ | 54.32 | 59.41 | 70.23 | - |
| YUV | 200.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 211 | 0.11 | 0.02 | 0 | 0.17 | 192.5 | 0.21 | 0.78 |
| Hex | BB | CE | D3 | B | 2 | 0 | 11 | C0 | 15 | 4E |
| Octal | 273 | 316 | 323 | 13 | 2 | 0 | 21 | 300 | 25 | 116 |
| Binary | 10111011 | 11001110 | 11010011 | 1011 | 10 | 0 | 10001 | 11000000 | 10101 | 1001110 |
Color Harmonies of #BBCED3
Complementary color
Monochromatic Colors of #BBCED3
Black with #BBCED3
Text Example
Text Example
White with #BBCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED3; }
p { color: rgb(187,206,211); }
H1.HeaderClassName
{
color: #BBCED3;
}
.AnyTagClassName
{
color: #BBCED3;
}
</style>
background-color css
<style>
a { background-color: #BBCED3; }
a { background-color: rgb(187,206,211); }
div.DivClassName
{
background-color: #BBCED3;
}
.BgClassName
{
background-color: #BBCED3;
}
</style>
border-color css
<style>
span { border-color: #BBCED3; }
span { border-color: rgb(187,206,211); }
td.TdClassName
{
border-color: #BBCED3;
}
.TagClassName
{
border-color: #BBCED3;
}
</style>