Shades of Iron #BBCDCF
Tints of Iron #BBCDCF
RGB
CMYK
RGB Variations
Color information
#BBCDCF (or 0xBBCDCF) is known color: Iron. HEX triplet: BB, CD and CF. RGB value is (187,205,207). Sum of RGB (Red+Green+Blue) = 187+205+207=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCF is #443230. Grayscale: #C7C7C7. Windows color (decimal): -4469297 or 13618619. OLE color: 13618619.
HSL color Cylindrical-coordinate representation of color #BBCDCF: hue angle of 186º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCDCF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 205 | 207 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.19 |
| HSL | 186º | 0.17% | 0.77% | - |
| HSV(B) | 186º | 0.1% | 0.81% | - |
| XYZ | 53.59 | 58.73 | 67.54 | - |
| YUV | 199.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 207 | 0.10 | 0.01 | 0 | 0.19 | 186 | 0.17 | 0.77 |
| Hex | BB | CD | CF | A | 1 | 0 | 13 | BA | 11 | 4D |
| Octal | 273 | 315 | 317 | 12 | 1 | 0 | 23 | 272 | 21 | 115 |
| Binary | 10111011 | 11001101 | 11001111 | 1010 | 1 | 0 | 10011 | 10111010 | 10001 | 1001101 |
Color Harmonies of #BBCDCF
Complementary color
Monochromatic Colors of #BBCDCF
Black with #BBCDCF
Text Example
Text Example
White with #BBCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDCF; }
p { color: rgb(187,205,207); }
H1.HeaderClassName
{
color: #BBCDCF;
}
.AnyTagClassName
{
color: #BBCDCF;
}
</style>
background-color css
<style>
a { background-color: #BBCDCF; }
a { background-color: rgb(187,205,207); }
div.DivClassName
{
background-color: #BBCDCF;
}
.BgClassName
{
background-color: #BBCDCF;
}
</style>
border-color css
<style>
span { border-color: #BBCDCF; }
span { border-color: rgb(187,205,207); }
td.TdClassName
{
border-color: #BBCDCF;
}
.TagClassName
{
border-color: #BBCDCF;
}
</style>