Shades of Iron #BBCCCE
Tints of Iron #BBCCCE
RGB
CMYK
RGB Variations
Color information
#BBCCCE (or 0xBBCCCE) is known color: Iron. HEX triplet: BB, CC and CE. RGB value is (187,204,206). Sum of RGB (Red+Green+Blue) = 187+204+206=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCE is #443331. Grayscale: #C7C7C7. Windows color (decimal): -4469554 or 13552827. OLE color: 13552827.
HSL color Cylindrical-coordinate representation of color #BBCCCE: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCCCE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 204 | 206 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.19 |
| HSL | 186.32º | 0.16% | 0.77% | - |
| HSV(B) | 186.32º | 0.09% | 0.81% | - |
| XYZ | 53.23 | 58.21 | 66.82 | - |
| YUV | 199.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 206 | 0.09 | 0.01 | 0 | 0.19 | 186.32 | 0.16 | 0.77 |
| Hex | BB | CC | CE | 9 | 1 | 0 | 13 | BA | 10 | 4D |
| Octal | 273 | 314 | 316 | 11 | 1 | 0 | 23 | 272 | 20 | 115 |
| Binary | 10111011 | 11001100 | 11001110 | 1001 | 1 | 0 | 10011 | 10111010 | 10000 | 1001101 |
Color Harmonies of #BBCCCE
Complementary color
Monochromatic Colors of #BBCCCE
Black with #BBCCCE
Text Example
Text Example
White with #BBCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCCE; }
p { color: rgb(187,204,206); }
H1.HeaderClassName
{
color: #BBCCCE;
}
.AnyTagClassName
{
color: #BBCCCE;
}
</style>
background-color css
<style>
a { background-color: #BBCCCE; }
a { background-color: rgb(187,204,206); }
div.DivClassName
{
background-color: #BBCCCE;
}
.BgClassName
{
background-color: #BBCCCE;
}
</style>
border-color css
<style>
span { border-color: #BBCCCE; }
span { border-color: rgb(187,204,206); }
td.TdClassName
{
border-color: #BBCCCE;
}
.TagClassName
{
border-color: #BBCCCE;
}
</style>