#BECECD

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

Shades of Iron #BECECD

Tints of Iron #BECECD

Color information

#BECECD (or 0xBECECD) is unknown color: approx Iron. HEX triplet: BE, CE and CD. RGB value is (190,206,205). Sum of RGB (Red+Green+Blue) = 190+206+205=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #BECECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECD is #413132. Grayscale: #C9C9C9. Windows color (decimal): -4272435 or 13487806. OLE color: 13487806.

HSL color Cylindrical-coordinate representation of color #BECECD: hue angle of 176.25º degrees, saturation: 0.14, 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 #BECECD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB190206205-
CMYK0.0800.000.19
HSL176.25º14.04%77.65%-
HSV(B)176.25º7.77%80.78%-
XYZ54.3359.566.38-
YUV201.1130.2120.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=31.61%
G=34.28%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902062050.0800.000.19176.2514.0477.65
HexBECECD80013b0e4e
Octal27631631510002326016116
Binary101111101100111011001101100000100111011000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECECD; }

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

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

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

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

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

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

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

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