Shades of Iron #BEC9CC
Tints of Iron #BEC9CC
RGB
CMYK
RGB Variations
Color information
#BEC9CC (or 0xBEC9CC) is known color: Iron. HEX triplet: BE, C9 and CC. RGB value is (190,201,204). Sum of RGB (Red+Green+Blue) = 190+201+204=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CC is #413633. Grayscale: #C6C6C6. Windows color (decimal): -4273716 or 13420990. OLE color: 13420990.
HSL color Cylindrical-coordinate representation of color #BEC9CC: hue angle of 192.86º 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 #BEC9CC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 201 | 204 | - |
CMYK | 0.07 | 0.01 | 0 | 0.2 |
HSL | 192.86º | 0.12% | 0.77% | - |
HSV(B) | 192.86º | 0.07% | 0.8% | - |
XYZ | 53.02 | 57.08 | 65.35 | - |
YUV | 198.05 | 131.36 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 201 | 204 | 0.07 | 0.01 | 0 | 0.2 | 192.86 | 0.12 | 0.77 |
Hex | BE | C9 | CC | 7 | 1 | 0 | 14 | C1 | C | 4D |
Octal | 276 | 311 | 314 | 7 | 1 | 0 | 24 | 301 | 14 | 115 |
Binary | 10111110 | 11001001 | 11001100 | 111 | 1 | 0 | 10100 | 11000001 | 1100 | 1001101 |
Color Harmonies of #BEC9CC
Complementary color
Monochromatic Colors of #BEC9CC
Black with #BEC9CC
Text Example
Text Example
White with #BEC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9CC; }
p { color: rgb(190,201,204); }
H1.HeaderClassName
{
color: #BEC9CC;
}
.AnyTagClassName
{
color: #BEC9CC;
}
</style>
background-color css
<style>
a { background-color: #BEC9CC; }
a { background-color: rgb(190,201,204); }
div.DivClassName
{
background-color: #BEC9CC;
}
.BgClassName
{
background-color: #BEC9CC;
}
</style>
border-color css
<style>
span { border-color: #BEC9CC; }
span { border-color: rgb(190,201,204); }
td.TdClassName
{
border-color: #BEC9CC;
}
.TagClassName
{
border-color: #BEC9CC;
}
</style>