Shades of Iron #BBCFD1
Tints of Iron #BBCFD1
RGB
CMYK
RGB Variations
Color information
#BBCFD1 (or 0xBBCFD1) is known color: Iron. HEX triplet: BB, CF and D1. RGB value is (187,207,209). Sum of RGB (Red+Green+Blue) = 187+207+209=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD1 is #44302E. Grayscale: #C9C9C9. Windows color (decimal): -4468783 or 13750203. OLE color: 13750203.
HSL color Cylindrical-coordinate representation of color #BBCFD1: hue angle of 185.45º 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 #BBCFD1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 207 | 209 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 185.45º | 0.19% | 0.78% | - |
| HSV(B) | 185.45º | 0.11% | 0.82% | - |
| XYZ | 54.31 | 59.79 | 69 | - |
| YUV | 201.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 209 | 0.11 | 0.01 | 0 | 0.18 | 185.45 | 0.19 | 0.78 |
| Hex | BB | CF | D1 | B | 1 | 0 | 12 | B9 | 13 | 4E |
| Octal | 273 | 317 | 321 | 13 | 1 | 0 | 22 | 271 | 23 | 116 |
| Binary | 10111011 | 11001111 | 11010001 | 1011 | 1 | 0 | 10010 | 10111001 | 10011 | 1001110 |
Color Harmonies of #BBCFD1
Complementary color
Monochromatic Colors of #BBCFD1
Black with #BBCFD1
Text Example
Text Example
White with #BBCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFD1; }
p { color: rgb(187,207,209); }
H1.HeaderClassName
{
color: #BBCFD1;
}
.AnyTagClassName
{
color: #BBCFD1;
}
</style>
background-color css
<style>
a { background-color: #BBCFD1; }
a { background-color: rgb(187,207,209); }
div.DivClassName
{
background-color: #BBCFD1;
}
.BgClassName
{
background-color: #BBCFD1;
}
</style>
border-color css
<style>
span { border-color: #BBCFD1; }
span { border-color: rgb(187,207,209); }
td.TdClassName
{
border-color: #BBCFD1;
}
.TagClassName
{
border-color: #BBCFD1;
}
</style>