Shades of Iron #BECDD2
Tints of Iron #BECDD2
RGB
CMYK
RGB Variations
Color information
#BECDD2 (or 0xBECDD2) is known color: Iron. HEX triplet: BE, CD and D2. RGB value is (190,205,210). Sum of RGB (Red+Green+Blue) = 190+205+210=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD2 is #41322D. Grayscale: #C9C9C9. Windows color (decimal): -4272686 or 13815230. OLE color: 13815230.
HSL color Cylindrical-coordinate representation of color #BECDD2: hue angle of 195º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECDD2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 190 | 205 | 210 | - |
CMYK | 0.10 | 0.02 | 0 | 0.18 |
HSL | 195º | 0.18% | 0.78% | - |
HSV(B) | 195º | 0.1% | 0.82% | - |
XYZ | 54.7 | 59.26 | 69.53 | - |
YUV | 201.09 | 133.03 | 120.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 210 | 0.10 | 0.02 | 0 | 0.18 | 195 | 0.18 | 0.78 |
Hex | BE | CD | D2 | A | 2 | 0 | 12 | C3 | 12 | 4E |
Octal | 276 | 315 | 322 | 12 | 2 | 0 | 22 | 303 | 22 | 116 |
Binary | 10111110 | 11001101 | 11010010 | 1010 | 10 | 0 | 10010 | 11000011 | 10010 | 1001110 |
Color Harmonies of #BECDD2
Complementary color
Monochromatic Colors of #BECDD2
Black with #BECDD2
Text Example
Text Example
White with #BECDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDD2; }
p { color: rgb(190,205,210); }
H1.HeaderClassName
{
color: #BECDD2;
}
.AnyTagClassName
{
color: #BECDD2;
}
</style>
background-color css
<style>
a { background-color: #BECDD2; }
a { background-color: rgb(190,205,210); }
div.DivClassName
{
background-color: #BECDD2;
}
.BgClassName
{
background-color: #BECDD2;
}
</style>
border-color css
<style>
span { border-color: #BECDD2; }
span { border-color: rgb(190,205,210); }
td.TdClassName
{
border-color: #BECDD2;
}
.TagClassName
{
border-color: #BECDD2;
}
</style>