#BECACB

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

Shades of Iron #BECACB

Tints of Iron #BECACB

Color information

#BECACB (or 0xBECACB) is unknown color: approx Iron. HEX triplet: BE, CA and CB. RGB value is (190,202,203). Sum of RGB (Red+Green+Blue) = 190+202+203=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: blue. Hex color #BECACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACB is #413534. Grayscale: #C6C6C6. Windows color (decimal): -4273461 or 13355710. OLE color: 13355710.

HSL color Cylindrical-coordinate representation of color #BECACB: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECACB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190202203-
CMYK0.060.0000.20
HSL184.62º11.11%77.06%-
HSV(B)184.62º6.4%79.61%-
XYZ53.1457.564.8-
YUV198.53130.52121.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=31.93%
G=33.95%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902022030.060.0000.20184.6211.1177.06
HexBECACB60014b9b4d
Octal2763123136002427113115
Binary10111110110010101100101111000101001011100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECACB; }

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

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

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

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

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

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

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

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