#BECED0

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

Shades of Iron #BECED0

Tints of Iron #BECED0

Color information

#BECED0 (or 0xBECED0) is unknown color: approx Iron. HEX triplet: BE, CE and D0. RGB value is (190,206,208). Sum of RGB (Red+Green+Blue) = 190+206+208=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED0 is #41312F. Grayscale: #C9C9C9. Windows color (decimal): -4272432 or 13684414. OLE color: 13684414.

HSL color Cylindrical-coordinate representation of color #BECED0: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECED0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190206208-
CMYK0.090.0100.18
HSL186.67º16.07%78.04%-
HSV(B)186.67º8.65%81.57%-
XYZ54.6959.6468.3-
YUV201.44131.7119.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=31.46%
G=34.11%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902062080.090.0100.18186.6716.0778.04
HexBECED091012bb104e
Octal27631632011102227320116
Binary1011111011001110110100001001101001010111011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED0; }

 p { color: rgb(190,206,208); }

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

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

 a { background-color: rgb(190,206,208); }

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

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

 span { border-color: rgb(190,206,208); }

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