#BECED1

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

Shades of Iron #BECED1

Tints of Iron #BECED1

Color information

#BECED1 (or 0xBECED1) is unknown color: approx Iron. HEX triplet: BE, CE and D1. RGB value is (190,206,209). Sum of RGB (Red+Green+Blue) = 190+206+209=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED1 is #41312E. Grayscale: #C9C9C9. Windows color (decimal): -4272431 or 13749950. OLE color: 13749950.

HSL color Cylindrical-coordinate representation of color #BECED1: hue angle of 189.47º degrees, saturation: 0.17, 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 #BECED1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190206209-
CMYK0.090.0100.18
HSL189.47º17.12%78.24%-
HSV(B)189.47º9.09%81.96%-
XYZ54.8259.6968.95-
YUV201.56132.2119.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=31.40%
G=34.05%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902062090.090.0100.18189.4717.1278.24
HexBECED191012bd114e
Octal27631632111102227521116
Binary1011111011001110110100011001101001010111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED1; }

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

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

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

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

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

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

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

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