Shades of Iron #BBD1D5
Tints of Iron #BBD1D5
RGB
CMYK
RGB Variations
Color information
#BBD1D5 (or 0xBBD1D5) is known color: Iron. HEX triplet: BB, D1 and D5. RGB value is (187,209,213). Sum of RGB (Red+Green+Blue) = 187+209+213=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1D5 is #442E2A. Grayscale: #CACACA. Windows color (decimal): -4468267 or 14012859. OLE color: 14012859.
HSL color Cylindrical-coordinate representation of color #BBD1D5: hue angle of 189.23º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD1D5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 209 | 213 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.16 |
| HSL | 189.23º | 0.24% | 0.78% | - |
| HSV(B) | 189.23º | 0.12% | 0.84% | - |
| XYZ | 55.3 | 60.97 | 71.8 | - |
| YUV | 202.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 213 | 0.12 | 0.02 | 0 | 0.16 | 189.23 | 0.24 | 0.78 |
| Hex | BB | D1 | D5 | C | 2 | 0 | 10 | BD | 18 | 4E |
| Octal | 273 | 321 | 325 | 14 | 2 | 0 | 20 | 275 | 30 | 116 |
| Binary | 10111011 | 11010001 | 11010101 | 1100 | 10 | 0 | 10000 | 10111101 | 11000 | 1001110 |
Color Harmonies of #BBD1D5
Complementary color
Monochromatic Colors of #BBD1D5
Black with #BBD1D5
Text Example
Text Example
White with #BBD1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1D5; }
p { color: rgb(187,209,213); }
H1.HeaderClassName
{
color: #BBD1D5;
}
.AnyTagClassName
{
color: #BBD1D5;
}
</style>
background-color css
<style>
a { background-color: #BBD1D5; }
a { background-color: rgb(187,209,213); }
div.DivClassName
{
background-color: #BBD1D5;
}
.BgClassName
{
background-color: #BBD1D5;
}
</style>
border-color css
<style>
span { border-color: #BBD1D5; }
span { border-color: rgb(187,209,213); }
td.TdClassName
{
border-color: #BBD1D5;
}
.TagClassName
{
border-color: #BBD1D5;
}
</style>