Shades of Iron #BBD0D4
Tints of Iron #BBD0D4
RGB
CMYK
RGB Variations
Color information
#BBD0D4 (or 0xBBD0D4) is known color: Iron. HEX triplet: BB, D0 and D4. RGB value is (187,208,212). Sum of RGB (Red+Green+Blue) = 187+208+212=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0D4 is #442F2B. Grayscale: #CACACA. Windows color (decimal): -4468524 or 13947067. OLE color: 13947067.
HSL color Cylindrical-coordinate representation of color #BBD0D4: hue angle of 189.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD0D4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 208 | 212 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.17 |
| HSL | 189.6º | 0.23% | 0.78% | - |
| HSV(B) | 189.6º | 0.12% | 0.83% | - |
| XYZ | 54.93 | 60.43 | 71.06 | - |
| YUV | 202.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 212 | 0.12 | 0.02 | 0 | 0.17 | 189.6 | 0.23 | 0.78 |
| Hex | BB | D0 | D4 | C | 2 | 0 | 11 | BE | 17 | 4E |
| Octal | 273 | 320 | 324 | 14 | 2 | 0 | 21 | 276 | 27 | 116 |
| Binary | 10111011 | 11010000 | 11010100 | 1100 | 10 | 0 | 10001 | 10111110 | 10111 | 1001110 |
Color Harmonies of #BBD0D4
Complementary color
Monochromatic Colors of #BBD0D4
Black with #BBD0D4
Text Example
Text Example
White with #BBD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0D4; }
p { color: rgb(187,208,212); }
H1.HeaderClassName
{
color: #BBD0D4;
}
.AnyTagClassName
{
color: #BBD0D4;
}
</style>
background-color css
<style>
a { background-color: #BBD0D4; }
a { background-color: rgb(187,208,212); }
div.DivClassName
{
background-color: #BBD0D4;
}
.BgClassName
{
background-color: #BBD0D4;
}
</style>
border-color css
<style>
span { border-color: #BBD0D4; }
span { border-color: rgb(187,208,212); }
td.TdClassName
{
border-color: #BBD0D4;
}
.TagClassName
{
border-color: #BBD0D4;
}
</style>