#BED1D2

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

Shades of Iron #BED1D2

Tints of Iron #BED1D2

Color information

#BED1D2 (or 0xBED1D2) is unknown color: approx Iron. HEX triplet: BE, D1 and D2. RGB value is (190,209,210). Sum of RGB (Red+Green+Blue) = 190+209+210=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #BED1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D2 is #412E2D. Grayscale: #CBCBCB. Windows color (decimal): -4271662 or 13816254. OLE color: 13816254.

HSL color Cylindrical-coordinate representation of color #BED1D2: hue angle of 183º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED1D2 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190209210-
CMYK0.100.0000.18
HSL183º18.18%78.43%-
HSV(B)183º9.52%82.35%-
XYZ55.6761.269.85-
YUV203.43131.71118.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=31.20%
G=34.32%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902092100.100.0000.1818318.1878.43
HexBED1D2A0012b7124e
Octal27632132212002226722116
Binary1011111011010001110100101010001001010110111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1D2; }

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

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

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

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

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

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

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

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