#BECECF

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

Shades of Iron #BECECF

Tints of Iron #BECECF

Color information

#BECECF (or 0xBECECF) is unknown color: approx Iron. HEX triplet: BE, CE and CF. RGB value is (190,206,207). Sum of RGB (Red+Green+Blue) = 190+206+207=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #BECECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECF is #413130. Grayscale: #C9C9C9. Windows color (decimal): -4272433 or 13618878. OLE color: 13618878.

HSL color Cylindrical-coordinate representation of color #BECECF: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECECF is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190206207-
CMYK0.080.0000.19
HSL183.53º15.04%77.84%-
HSV(B)183.53º8.21%81.18%-
XYZ54.5759.5967.66-
YUV201.33131.2119.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=31.51%
G=34.16%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902062070.080.0000.19183.5315.0477.84
HexBECECF80013b8f4e
Octal27631631710002327017116
Binary101111101100111011001111100000100111011100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECECF; }

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

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

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

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

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

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

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

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