Shades of Iron #BECCCC
Tints of Iron #BECCCC
RGB
CMYK
RGB Variations
Color information
#BECCCC (or 0xBECCCC) is known color: Iron. HEX triplet: BE, CC and CC. RGB value is (190,204,204). Sum of RGB (Red+Green+Blue) = 190+204+204=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BECCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCC is #413333. Grayscale: #C7C7C7. Windows color (decimal): -4272948 or 13421758. OLE color: 13421758.
HSL color Cylindrical-coordinate representation of color #BECCCC: hue angle of 180º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECCCC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 204 | - |
CMYK | 0.07 | 0 | 0 | 0.2 |
HSL | 180º | 0.12% | 0.77% | - |
HSV(B) | 180º | 0.07% | 0.8% | - |
XYZ | 53.73 | 58.49 | 65.59 | - |
YUV | 199.81 | 130.36 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 204 | 0.07 | 0 | 0 | 0.2 | 180 | 0.12 | 0.77 |
Hex | BE | CC | CC | 7 | 0 | 0 | 14 | B4 | C | 4D |
Octal | 276 | 314 | 314 | 7 | 0 | 0 | 24 | 264 | 14 | 115 |
Binary | 10111110 | 11001100 | 11001100 | 111 | 0 | 0 | 10100 | 10110100 | 1100 | 1001101 |
Color Harmonies of #BECCCC
Complementary color
Monochromatic Colors of #BECCCC
Black with #BECCCC
Text Example
Text Example
White with #BECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCCC; }
p { color: rgb(190,204,204); }
H1.HeaderClassName
{
color: #BECCCC;
}
.AnyTagClassName
{
color: #BECCCC;
}
</style>
background-color css
<style>
a { background-color: #BECCCC; }
a { background-color: rgb(190,204,204); }
div.DivClassName
{
background-color: #BECCCC;
}
.BgClassName
{
background-color: #BECCCC;
}
</style>
border-color css
<style>
span { border-color: #BECCCC; }
span { border-color: rgb(190,204,204); }
td.TdClassName
{
border-color: #BECCCC;
}
.TagClassName
{
border-color: #BECCCC;
}
</style>