Shades of Iron #BBCDD1
Tints of Iron #BBCDD1
RGB
CMYK
RGB Variations
Color information
#BBCDD1 (or 0xBBCDD1) is known color: Iron. HEX triplet: BB, CD and D1. RGB value is (187,205,209). Sum of RGB (Red+Green+Blue) = 187+205+209=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD1 is #44322E. Grayscale: #C8C8C8. Windows color (decimal): -4469295 or 13749691. OLE color: 13749691.
HSL color Cylindrical-coordinate representation of color #BBCDD1: hue angle of 190.91º 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 #BBCDD1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 205 | 209 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.18 |
| HSL | 190.91º | 0.19% | 0.78% | - |
| HSV(B) | 190.91º | 0.11% | 0.82% | - |
| XYZ | 53.83 | 58.83 | 68.84 | - |
| YUV | 200.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 209 | 0.11 | 0.02 | 0 | 0.18 | 190.91 | 0.19 | 0.78 |
| Hex | BB | CD | D1 | B | 2 | 0 | 12 | BF | 13 | 4E |
| Octal | 273 | 315 | 321 | 13 | 2 | 0 | 22 | 277 | 23 | 116 |
| Binary | 10111011 | 11001101 | 11010001 | 1011 | 10 | 0 | 10010 | 10111111 | 10011 | 1001110 |
Color Harmonies of #BBCDD1
Complementary color
Monochromatic Colors of #BBCDD1
Black with #BBCDD1
Text Example
Text Example
White with #BBCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD1; }
p { color: rgb(187,205,209); }
H1.HeaderClassName
{
color: #BBCDD1;
}
.AnyTagClassName
{
color: #BBCDD1;
}
</style>
background-color css
<style>
a { background-color: #BBCDD1; }
a { background-color: rgb(187,205,209); }
div.DivClassName
{
background-color: #BBCDD1;
}
.BgClassName
{
background-color: #BBCDD1;
}
</style>
border-color css
<style>
span { border-color: #BBCDD1; }
span { border-color: rgb(187,205,209); }
td.TdClassName
{
border-color: #BBCDD1;
}
.TagClassName
{
border-color: #BBCDD1;
}
</style>