Shades of Iron #BBD3D3
Tints of Iron #BBD3D3
RGB
CMYK
RGB Variations
Color information
#BBD3D3 (or 0xBBD3D3) is known color: Iron. HEX triplet: BB, D3 and D3. RGB value is (187,211,211). Sum of RGB (Red+Green+Blue) = 187+211+211=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #BBD3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3D3 is #442C2C. Grayscale: #CBCBCB. Windows color (decimal): -4467757 or 13882299. OLE color: 13882299.
HSL color Cylindrical-coordinate representation of color #BBD3D3: hue angle of 180º 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 #BBD3D3 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 211 | - |
| CMYK | 0.11 | 0 | 0 | 0.17 |
| HSL | 180º | 0.21% | 0.78% | - |
| HSV(B) | 180º | 0.11% | 0.83% | - |
| XYZ | 55.55 | 61.86 | 70.64 | - |
| YUV | 203.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 211 | 0.11 | 0 | 0 | 0.17 | 180 | 0.21 | 0.78 |
| Hex | BB | D3 | D3 | B | 0 | 0 | 11 | B4 | 15 | 4E |
| Octal | 273 | 323 | 323 | 13 | 0 | 0 | 21 | 264 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11010011 | 1011 | 0 | 0 | 10001 | 10110100 | 10101 | 1001110 |
Color Harmonies of #BBD3D3
Complementary color
Monochromatic Colors of #BBD3D3
Black with #BBD3D3
Text Example
Text Example
White with #BBD3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3D3; }
p { color: rgb(187,211,211); }
H1.HeaderClassName
{
color: #BBD3D3;
}
.AnyTagClassName
{
color: #BBD3D3;
}
</style>
background-color css
<style>
a { background-color: #BBD3D3; }
a { background-color: rgb(187,211,211); }
div.DivClassName
{
background-color: #BBD3D3;
}
.BgClassName
{
background-color: #BBD3D3;
}
</style>
border-color css
<style>
span { border-color: #BBD3D3; }
span { border-color: rgb(187,211,211); }
td.TdClassName
{
border-color: #BBD3D3;
}
.TagClassName
{
border-color: #BBD3D3;
}
</style>