#BECAC9

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

Shades of Iron #BECAC9

Tints of Iron #BECAC9

Color information

#BECAC9 (or 0xBECAC9) is unknown color: approx Iron. HEX triplet: BE, CA and C9. RGB value is (190,202,201). Sum of RGB (Red+Green+Blue) = 190+202+201=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC9 is #413536. Grayscale: #C6C6C6. Windows color (decimal): -4273463 or 13224638. OLE color: 13224638.

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

Color convert

RGB190202201-
CMYK0.0600.000.21
HSL175º10.17%76.86%-
HSV(B)175º5.94%79.22%-
XYZ52.957.4163.55-
YUV198.3129.52122.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=32.04%
G=34.06%
B=33.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902022010.0600.000.2117510.1776.86
HexBECAC960015afa4d
Octal2763123116002525712115
Binary10111110110010101100100111000101011010111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC9; }

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

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

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

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

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

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

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

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