Shades of Iron #BFCECE
Tints of Iron #BFCECE
RGB
CMYK
RGB Variations
Color information
#BFCECE (or 0xBFCECE) is known color: Iron. HEX triplet: BF, CE and CE. RGB value is (191,206,206). Sum of RGB (Red+Green+Blue) = 191+206+206=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #BFCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCECE is #403131. Grayscale: #C9C9C9. Windows color (decimal): -4206898 or 13553343. OLE color: 13553343.
HSL color Cylindrical-coordinate representation of color #BFCECE: hue angle of 180º 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 #BFCECE is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 191 | 206 | 206 | - |
CMYK | 0.07 | 0 | 0 | 0.19 |
HSL | 180º | 0.13% | 0.78% | - |
HSV(B) | 180º | 0.07% | 0.81% | - |
XYZ | 54.7 | 59.68 | 67.03 | - |
YUV | 201.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 206 | 206 | 0.07 | 0 | 0 | 0.19 | 180 | 0.13 | 0.78 |
Hex | BF | CE | CE | 7 | 0 | 0 | 13 | B4 | D | 4E |
Octal | 277 | 316 | 316 | 7 | 0 | 0 | 23 | 264 | 15 | 116 |
Binary | 10111111 | 11001110 | 11001110 | 111 | 0 | 0 | 10011 | 10110100 | 1101 | 1001110 |
Color Harmonies of #BFCECE
Complementary color
Monochromatic Colors of #BFCECE
Black with #BFCECE
Text Example
Text Example
White with #BFCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCECE; }
p { color: rgb(191,206,206); }
H1.HeaderClassName
{
color: #BFCECE;
}
.AnyTagClassName
{
color: #BFCECE;
}
</style>
background-color css
<style>
a { background-color: #BFCECE; }
a { background-color: rgb(191,206,206); }
div.DivClassName
{
background-color: #BFCECE;
}
.BgClassName
{
background-color: #BFCECE;
}
</style>
border-color css
<style>
span { border-color: #BFCECE; }
span { border-color: rgb(191,206,206); }
td.TdClassName
{
border-color: #BFCECE;
}
.TagClassName
{
border-color: #BFCECE;
}
</style>