#BECFD3

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

Shades of Iron #BECFD3

Tints of Iron #BECFD3

Color information

#BECFD3 (or 0xBECFD3) is unknown color: approx Iron. HEX triplet: BE, CF and D3. RGB value is (190,207,211). Sum of RGB (Red+Green+Blue) = 190+207+211=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD3 is #41302C. Grayscale: #CACACA. Windows color (decimal): -4272173 or 13881278. OLE color: 13881278.

HSL color Cylindrical-coordinate representation of color #BECFD3: hue angle of 191.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECFD3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190207211-
CMYK0.100.0200.17
HSL191.43º19.27%78.63%-
HSV(B)191.43º9.95%82.75%-
XYZ55.3160.2870.35-
YUV202.37132.87119.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=31.25%
G=34.05%
B=34.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902072110.100.0200.17191.4319.2778.63
HexBECFD3A2011bf134f
Octal27631732312202127723117
Binary10111110110011111101001110101001000110111111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFD3; }

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

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

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

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

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

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

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

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