Shades of Iron #BBCED1
Tints of Iron #BBCED1
RGB
CMYK
RGB Variations
Color information
#BBCED1 (or 0xBBCED1) is known color: Iron. HEX triplet: BB, CE and D1. RGB value is (187,206,209). Sum of RGB (Red+Green+Blue) = 187+206+209=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED1 is #44312E. Grayscale: #C8C8C8. Windows color (decimal): -4469039 or 13749947. OLE color: 13749947.
HSL color Cylindrical-coordinate representation of color #BBCED1: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCED1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 206 | 209 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 188.18º | 0.19% | 0.78% | - |
| HSV(B) | 188.18º | 0.11% | 0.82% | - |
| XYZ | 54.07 | 59.31 | 68.92 | - |
| YUV | 200.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 209 | 0.11 | 0.01 | 0 | 0.18 | 188.18 | 0.19 | 0.78 |
| Hex | BB | CE | D1 | B | 1 | 0 | 12 | BC | 13 | 4E |
| Octal | 273 | 316 | 321 | 13 | 1 | 0 | 22 | 274 | 23 | 116 |
| Binary | 10111011 | 11001110 | 11010001 | 1011 | 1 | 0 | 10010 | 10111100 | 10011 | 1001110 |
Color Harmonies of #BBCED1
Complementary color
Monochromatic Colors of #BBCED1
Black with #BBCED1
Text Example
Text Example
White with #BBCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED1; }
p { color: rgb(187,206,209); }
H1.HeaderClassName
{
color: #BBCED1;
}
.AnyTagClassName
{
color: #BBCED1;
}
</style>
background-color css
<style>
a { background-color: #BBCED1; }
a { background-color: rgb(187,206,209); }
div.DivClassName
{
background-color: #BBCED1;
}
.BgClassName
{
background-color: #BBCED1;
}
</style>
border-color css
<style>
span { border-color: #BBCED1; }
span { border-color: rgb(187,206,209); }
td.TdClassName
{
border-color: #BBCED1;
}
.TagClassName
{
border-color: #BBCED1;
}
</style>