Shades of Iron #BFCCCE
Tints of Iron #BFCCCE
RGB
CMYK
RGB Variations
Color information
#BFCCCE (or 0xBFCCCE) is known color: Iron. HEX triplet: BF, CC and CE. RGB value is (191,204,206). Sum of RGB (Red+Green+Blue) = 191+204+206=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCE is #403331. Grayscale: #C8C8C8. Windows color (decimal): -4207410 or 13552831. OLE color: 13552831.
HSL color Cylindrical-coordinate representation of color #BFCCCE: hue angle of 188º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCCCE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 204 | 206 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.19 |
| HSL | 188º | 0.13% | 0.78% | - |
| HSV(B) | 188º | 0.07% | 0.81% | - |
| XYZ | 54.22 | 58.72 | 66.87 | - |
| YUV | 200.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 206 | 0.07 | 0.01 | 0 | 0.19 | 188 | 0.13 | 0.78 |
| Hex | BF | CC | CE | 7 | 1 | 0 | 13 | BC | D | 4E |
| Octal | 277 | 314 | 316 | 7 | 1 | 0 | 23 | 274 | 15 | 116 |
| Binary | 10111111 | 11001100 | 11001110 | 111 | 1 | 0 | 10011 | 10111100 | 1101 | 1001110 |
Color Harmonies of #BFCCCE
Complementary color
Monochromatic Colors of #BFCCCE
Black with #BFCCCE
Text Example
Text Example
White with #BFCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCCE; }
p { color: rgb(191,204,206); }
H1.HeaderClassName
{
color: #BFCCCE;
}
.AnyTagClassName
{
color: #BFCCCE;
}
</style>
background-color css
<style>
a { background-color: #BFCCCE; }
a { background-color: rgb(191,204,206); }
div.DivClassName
{
background-color: #BFCCCE;
}
.BgClassName
{
background-color: #BFCCCE;
}
</style>
border-color css
<style>
span { border-color: #BFCCCE; }
span { border-color: rgb(191,204,206); }
td.TdClassName
{
border-color: #BFCCCE;
}
.TagClassName
{
border-color: #BFCCCE;
}
</style>