#BECDD2

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

Shades of Iron #BECDD2

Tints of Iron #BECDD2

Color information

#BECDD2 (or 0xBECDD2) is unknown color: approx Iron. HEX triplet: BE, CD and D2. RGB value is (190,205,210). Sum of RGB (Red+Green+Blue) = 190+205+210=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD2 is #41322D. Grayscale: #C9C9C9. Windows color (decimal): -4272686 or 13815230. OLE color: 13815230.

HSL color Cylindrical-coordinate representation of color #BECDD2: hue angle of 195º 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 #BECDD2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190205210-
CMYK0.100.0200.18
HSL195º18.18%78.43%-
HSV(B)195º9.52%82.35%-
XYZ54.759.2669.53-
YUV201.08133.03120.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=31.40%
G=33.88%
B=34.71%

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
Decimal1902052100.100.0200.1819518.1878.43
HexBECDD2A2012c3124e
Octal27631532212202230322116
Binary10111110110011011101001010101001001011000011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD2; }

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

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

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

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

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

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

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

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