#BECFD0

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

Shades of Iron #BECFD0

Tints of Iron #BECFD0

Color information

#BECFD0 (or 0xBECFD0) is unknown color: approx Iron. HEX triplet: BE, CF and D0. RGB value is (190,207,208). Sum of RGB (Red+Green+Blue) = 190+207+208=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD0 is #41302F. Grayscale: #CACACA. Windows color (decimal): -4272176 or 13684670. OLE color: 13684670.

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

Color convert

RGB190207208-
CMYK0.090.0000.18
HSL183.33º16.07%78.04%-
HSV(B)183.33º8.65%81.57%-
XYZ54.9360.1368.38-
YUV202.03131.37119.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=31.40%
G=34.21%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902072080.090.0000.18183.3316.0778.04
HexBECFD090012b7104e
Octal27631732011002226720116
Binary1011111011001111110100001001001001010110111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFD0; }

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

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

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

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

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

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

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

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