#BECACD

Color #BECACD Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #BECACD

Tints of Iron #BECACD

Color information

#BECACD (or 0xBECACD) is unknown color: approx Iron. HEX triplet: BE, CA and CD. RGB value is (190,202,205). Sum of RGB (Red+Green+Blue) = 190+202+205=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BECACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACD is #413532. Grayscale: #C6C6C6. Windows color (decimal): -4273459 or 13486782. OLE color: 13486782.

HSL color Cylindrical-coordinate representation of color #BECACD: hue angle of 192º degrees, saturation: 0.13, 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 #BECACD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190202205-
CMYK0.070.0100.20
HSL192º13.04%77.45%-
HSV(B)192º7.32%80.39%-
XYZ53.3857.666.06-
YUV198.75131.52121.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=31.83%
G=33.84%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902022050.070.0100.2019213.0477.45
HexBECACD71014c0d4d
Octal2763123157102430015115
Binary10111110110010101100110111110101001100000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECACD; }

 p { color: rgb(190,202,205); }

 H1.HeaderClassName
 {
   color: #BECACD;
 }
 .AnyTagClassName
 {
   color: #BECACD;
 }
</style>
background-color css

<style>
 a { background-color: #BECACD; }

 a { background-color: rgb(190,202,205); }

 div.DivClassName
 {
   background-color: #BECACD;
 }
 .BgClassName
 {
   background-color: #BECACD;
 }
</style>
border-color css

<style>
 span { border-color: #BECACD; }

 span { border-color: rgb(190,202,205); }

 td.TdClassName
 {
   border-color: #BECACD;
 }
 .TagClassName
 {
   border-color: #BECACD;
 }
</style>