#BEC9CB

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

Shades of Iron #BEC9CB

Tints of Iron #BEC9CB

Color information

#BEC9CB (or 0xBEC9CB) is unknown color: approx Iron. HEX triplet: BE, C9 and CB. RGB value is (190,201,203). Sum of RGB (Red+Green+Blue) = 190+201+203=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CB is #413634. Grayscale: #C5C5C5. Windows color (decimal): -4273717 or 13355454. OLE color: 13355454.

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

Color convert

RGB190201203-
CMYK0.060.0100.20
HSL189.23º11.11%77.06%-
HSV(B)189.23º6.4%79.61%-
XYZ52.957.0364.72-
YUV197.94130.86122.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=31.99%
G=33.84%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902012030.060.0100.20189.2311.1177.06
HexBEC9CB61014bdb4d
Octal2763113136102427513115
Binary10111110110010011100101111010101001011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9CB; }

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

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

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

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

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

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

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

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