#BECDD1

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

Shades of Iron #BECDD1

Tints of Iron #BECDD1

Color information

#BECDD1 (or 0xBECDD1) is unknown color: approx Iron. HEX triplet: BE, CD and D1. RGB value is (190,205,209). Sum of RGB (Red+Green+Blue) = 190+205+209=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD1 is #41322E. Grayscale: #C8C8C8. Windows color (decimal): -4272687 or 13749694. OLE color: 13749694.

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

Color convert

RGB190205209-
CMYK0.090.0200.18
HSL192.63º17.12%78.24%-
HSV(B)192.63º9.09%81.96%-
XYZ54.5859.2168.87-
YUV200.97132.53120.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=31.46%
G=33.94%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902052090.090.0200.18192.6317.1278.24
HexBECDD192012c1114e
Octal27631532111202230121116
Binary10111110110011011101000110011001001011000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD1; }

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

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

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

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

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

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

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

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