Shades of Iron #BBCFD0
Tints of Iron #BBCFD0
RGB
CMYK
RGB Variations
Color information
#BBCFD0 (or 0xBBCFD0) is known color: Iron. HEX triplet: BB, CF and D0. RGB value is (187,207,208). Sum of RGB (Red+Green+Blue) = 187+207+208=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD0 is #44302F. Grayscale: #C9C9C9. Windows color (decimal): -4468784 or 13684667. OLE color: 13684667.
HSL color Cylindrical-coordinate representation of color #BBCFD0: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFD0 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 207 | 208 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.18 |
| HSL | 182.86º | 0.18% | 0.77% | - |
| HSV(B) | 182.86º | 0.1% | 0.82% | - |
| XYZ | 54.19 | 59.74 | 68.35 | - |
| YUV | 201.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 208 | 0.10 | 0.00 | 0 | 0.18 | 182.86 | 0.18 | 0.77 |
| Hex | BB | CF | D0 | A | 0 | 0 | 12 | B7 | 12 | 4D |
| Octal | 273 | 317 | 320 | 12 | 0 | 0 | 22 | 267 | 22 | 115 |
| Binary | 10111011 | 11001111 | 11010000 | 1010 | 0 | 0 | 10010 | 10110111 | 10010 | 1001101 |
Color Harmonies of #BBCFD0
Complementary color
Monochromatic Colors of #BBCFD0
Black with #BBCFD0
Text Example
Text Example
White with #BBCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFD0; }
p { color: rgb(187,207,208); }
H1.HeaderClassName
{
color: #BBCFD0;
}
.AnyTagClassName
{
color: #BBCFD0;
}
</style>
background-color css
<style>
a { background-color: #BBCFD0; }
a { background-color: rgb(187,207,208); }
div.DivClassName
{
background-color: #BBCFD0;
}
.BgClassName
{
background-color: #BBCFD0;
}
</style>
border-color css
<style>
span { border-color: #BBCFD0; }
span { border-color: rgb(187,207,208); }
td.TdClassName
{
border-color: #BBCFD0;
}
.TagClassName
{
border-color: #BBCFD0;
}
</style>