#BECCD0

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

Shades of Iron #BECCD0

Tints of Iron #BECCD0

Color information

#BECCD0 (or 0xBECCD0) is unknown color: approx Iron. HEX triplet: BE, CC and D0. RGB value is (190,204,208). Sum of RGB (Red+Green+Blue) = 190+204+208=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD0 is #41332F. Grayscale: #C8C8C8. Windows color (decimal): -4272944 or 13683902. OLE color: 13683902.

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

Color convert

RGB190204208-
CMYK0.090.0200.18
HSL193.33º16.07%78.04%-
HSV(B)193.33º8.65%81.57%-
XYZ54.2158.6968.14-
YUV200.27132.36120.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=31.56%
G=33.89%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902042080.090.0200.18193.3316.0778.04
HexBECCD092012c1104e
Octal27631432011202230120116
Binary10111110110011001101000010011001001011000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCD0; }

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

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

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

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

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

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

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

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