Shades of Iron #BBD0D2
Tints of Iron #BBD0D2
RGB
CMYK
RGB Variations
Color information
#BBD0D2 (or 0xBBD0D2) is known color: Iron. HEX triplet: BB, D0 and D2. RGB value is (187,208,210). Sum of RGB (Red+Green+Blue) = 187+208+210=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBD0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0D2 is #442F2D. Grayscale: #C9C9C9. Windows color (decimal): -4468526 or 13815995. OLE color: 13815995.
HSL color Cylindrical-coordinate representation of color #BBD0D2: hue angle of 185.22º degrees, saturation: 0.2, 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 #BBD0D2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 210 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 185.22º | 0.2% | 0.78% | - |
| HSV(B) | 185.22º | 0.11% | 0.82% | - |
| XYZ | 54.68 | 60.33 | 69.74 | - |
| YUV | 201.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 210 | 0.11 | 0.01 | 0 | 0.18 | 185.22 | 0.2 | 0.78 |
| Hex | BB | D0 | D2 | B | 1 | 0 | 12 | B9 | 14 | 4E |
| Octal | 273 | 320 | 322 | 13 | 1 | 0 | 22 | 271 | 24 | 116 |
| Binary | 10111011 | 11010000 | 11010010 | 1011 | 1 | 0 | 10010 | 10111001 | 10100 | 1001110 |
Color Harmonies of #BBD0D2
Complementary color
Monochromatic Colors of #BBD0D2
Black with #BBD0D2
Text Example
Text Example
White with #BBD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0D2; }
p { color: rgb(187,208,210); }
H1.HeaderClassName
{
color: #BBD0D2;
}
.AnyTagClassName
{
color: #BBD0D2;
}
</style>
background-color css
<style>
a { background-color: #BBD0D2; }
a { background-color: rgb(187,208,210); }
div.DivClassName
{
background-color: #BBD0D2;
}
.BgClassName
{
background-color: #BBD0D2;
}
</style>
border-color css
<style>
span { border-color: #BBD0D2; }
span { border-color: rgb(187,208,210); }
td.TdClassName
{
border-color: #BBD0D2;
}
.TagClassName
{
border-color: #BBD0D2;
}
</style>