#BED1D1

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

Shades of Iron #BED1D1

Tints of Iron #BED1D1

Color information

#BED1D1 (or 0xBED1D1) is unknown color: approx Iron. HEX triplet: BE, D1 and D1. RGB value is (190,209,209). Sum of RGB (Red+Green+Blue) = 190+209+209=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #BED1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D1 is #412E2E. Grayscale: #CBCBCB. Windows color (decimal): -4271663 or 13750718. OLE color: 13750718.

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

Color convert

RGB190209209-
CMYK0.09000.18
HSL180º17.12%78.24%-
HSV(B)180º9.09%81.96%-
XYZ55.5461.1569.2-
YUV203.32131.21118.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=31.25%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902092090.09000.1818017.1278.24
HexBED1D190012b4114e
Octal27632132111002226421116
Binary1011111011010001110100011001001001010110100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1D1; }

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

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

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

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

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

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

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

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