Shades of Iron #BBCFD2
Tints of Iron #BBCFD2
RGB
CMYK
RGB Variations
Color information
#BBCFD2 (or 0xBBCFD2) is known color: Iron. HEX triplet: BB, CF and D2. RGB value is (187,207,210). Sum of RGB (Red+Green+Blue) = 187+207+210=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD2 is #44302D. Grayscale: #C9C9C9. Windows color (decimal): -4468782 or 13815739. OLE color: 13815739.
HSL color Cylindrical-coordinate representation of color #BBCFD2: hue angle of 187.83º degrees, saturation: 0.2, 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 #BBCFD2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 207 | 210 | - |
CMYK | 0.11 | 0.01 | 0 | 0.18 |
HSL | 187.83º | 0.2% | 0.78% | - |
HSV(B) | 187.83º | 0.11% | 0.82% | - |
XYZ | 54.44 | 59.84 | 69.65 | - |
YUV | 201.36 | 132.87 | 117.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 210 | 0.11 | 0.01 | 0 | 0.18 | 187.83 | 0.2 | 0.78 |
Hex | BB | CF | D2 | B | 1 | 0 | 12 | BC | 14 | 4E |
Octal | 273 | 317 | 322 | 13 | 1 | 0 | 22 | 274 | 24 | 116 |
Binary | 10111011 | 11001111 | 11010010 | 1011 | 1 | 0 | 10010 | 10111100 | 10100 | 1001110 |
Color Harmonies of #BBCFD2
Complementary color
Monochromatic Colors of #BBCFD2
Black with #BBCFD2
Text Example
Text Example
White with #BBCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFD2; }
p { color: rgb(187,207,210); }
H1.HeaderClassName
{
color: #BBCFD2;
}
.AnyTagClassName
{
color: #BBCFD2;
}
</style>
background-color css
<style>
a { background-color: #BBCFD2; }
a { background-color: rgb(187,207,210); }
div.DivClassName
{
background-color: #BBCFD2;
}
.BgClassName
{
background-color: #BBCFD2;
}
</style>
border-color css
<style>
span { border-color: #BBCFD2; }
span { border-color: rgb(187,207,210); }
td.TdClassName
{
border-color: #BBCFD2;
}
.TagClassName
{
border-color: #BBCFD2;
}
</style>