Html Css Color HEX #BED1D4 Iron

📋 copy color: '#BED1D4'

red 190 ◦ green 209 ◦ blue 212

#BED1D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BED1D4

Tints of Iron #BED1D4

RGB

 RED value IS 190 (74.61% from 255) = 31.1%

 GREEN value IS 209 (82.03% from 255) = 34.21%

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 31.1%
G = 34.21%
B = 34.7%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BED1D4 (or 0xBED1D4) is known color: 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

RGB 190 209 212 -
CMYK 0.10 0.01 0 0.17
HSL 188.18º 0.2% 0.79% -
HSV(B) 188.18º 0.1% 0.83% -
XYZ 55.92 61.3 71.17 -
YUV 203.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 190 209 212 0.10 0.01 0 0.17 188.18 0.2 0.79
Hex BE D1 D4 A 1 0 11 BC 14 4F
Octal 276 321 324 12 1 0 21 274 24 117
Binary 10111110 11010001 11010100 1010 1 0 10001 10111100 10100 1001111

Color Harmonies of #BED1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1D4

Black with #BED1D4

Text Example


Text Example

White with #BED1D4

Text Example


Text Example

HTML Codes & Css Web 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>