#BED1D4

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

Shades of Iron #BED1D4

Tints of Iron #BED1D4

Color information

#BED1D4 (or 0xBED1D4) is unknown color: approx Iron. HEX triplet: BE, D1 and D4. RGB value is (190,209,212). Sum of RGB (Red+Green+Blue) = 190+209+212=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #BED1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D4 is #412E2B. Grayscale: #CBCBCB. Windows color (decimal): -4271660 or 13947326. OLE color: 13947326.

HSL color Cylindrical-coordinate representation of color #BED1D4: hue angle of 188.18º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED1D4 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190209212-
CMYK0.100.0100.17
HSL188.18º20.37%78.82%-
HSV(B)188.18º10.38%83.14%-
XYZ55.9261.371.17-
YUV203.66132.71118.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=31.10%
G=34.21%
B=34.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902092120.100.0100.17188.1820.3778.82
HexBED1D4A1011bc144f
Octal27632132412102127424117
Binary1011111011010001110101001010101000110111100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1D4; }

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

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

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

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

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

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

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

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