#BECDCD

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

Shades of Iron #BECDCD

Tints of Iron #BECDCD

Color information

#BECDCD (or 0xBECDCD) is unknown color: approx Iron. HEX triplet: BE, CD and CD. RGB value is (190,205,205). Sum of RGB (Red+Green+Blue) = 190+205+205=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BECDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDCD is #413232. Grayscale: #C8C8C8. Windows color (decimal): -4272691 or 13487550. OLE color: 13487550.

HSL color Cylindrical-coordinate representation of color #BECDCD: hue angle of 180º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDCD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190205205-
CMYK0.07000.20
HSL180º13.04%77.45%-
HSV(B)180º7.32%80.39%-
XYZ54.0959.0266.3-
YUV200.52130.53120.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=31.67%
G=34.17%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902052050.07000.2018013.0477.45
HexBECDCD70014b4d4d
Octal2763153157002426415115
Binary10111110110011011100110111100101001011010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDCD; }

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

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

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

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

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

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

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

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