#BECED2

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

Shades of Iron #BECED2

Tints of Iron #BECED2

Color information

#BECED2 (or 0xBECED2) is unknown color: approx Iron. HEX triplet: BE, CE and D2. RGB value is (190,206,210). Sum of RGB (Red+Green+Blue) = 190+206+210=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED2 is #41312D. Grayscale: #C9C9C9. Windows color (decimal): -4272430 or 13815486. OLE color: 13815486.

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

Color convert

RGB190206210-
CMYK0.100.0200.18
HSL192º18.18%78.43%-
HSV(B)192º9.52%82.35%-
XYZ54.9459.7469.61-
YUV201.67132.7119.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 210 (82.42% from 255) = 34.65%
R=31.35%
G=33.99%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902062100.100.0200.1819218.1878.43
HexBECED2A2012c0124e
Octal27631632212202230022116
Binary10111110110011101101001010101001001011000000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED2; }

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

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

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

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

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

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

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

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