Shades of Iron #BBCECF
Tints of Iron #BBCECF
RGB
CMYK
RGB Variations
Color information
#BBCECF (or 0xBBCECF) is known color: Iron. HEX triplet: BB, CE and CF. RGB value is (187,206,207). Sum of RGB (Red+Green+Blue) = 187+206+207=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCECF is #443130. Grayscale: #C8C8C8. Windows color (decimal): -4469041 or 13618875. OLE color: 13618875.
HSL color Cylindrical-coordinate representation of color #BBCECF: hue angle of 183º 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 #BBCECF is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 207 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.19 |
| HSL | 183º | 0.17% | 0.77% | - |
| HSV(B) | 183º | 0.1% | 0.81% | - |
| XYZ | 53.83 | 59.21 | 67.62 | - |
| YUV | 200.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 207 | 0.10 | 0.00 | 0 | 0.19 | 183 | 0.17 | 0.77 |
| Hex | BB | CE | CF | A | 0 | 0 | 13 | B7 | 11 | 4D |
| Octal | 273 | 316 | 317 | 12 | 0 | 0 | 23 | 267 | 21 | 115 |
| Binary | 10111011 | 11001110 | 11001111 | 1010 | 0 | 0 | 10011 | 10110111 | 10001 | 1001101 |
Color Harmonies of #BBCECF
Complementary color
Monochromatic Colors of #BBCECF
Black with #BBCECF
Text Example
Text Example
White with #BBCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCECF; }
p { color: rgb(187,206,207); }
H1.HeaderClassName
{
color: #BBCECF;
}
.AnyTagClassName
{
color: #BBCECF;
}
</style>
background-color css
<style>
a { background-color: #BBCECF; }
a { background-color: rgb(187,206,207); }
div.DivClassName
{
background-color: #BBCECF;
}
.BgClassName
{
background-color: #BBCECF;
}
</style>
border-color css
<style>
span { border-color: #BBCECF; }
span { border-color: rgb(187,206,207); }
td.TdClassName
{
border-color: #BBCECF;
}
.TagClassName
{
border-color: #BBCECF;
}
</style>