Html Css Color HEX #BED0D5 Iron

📋 copy color: '#BED0D5'

red 190 ◦ green 208 ◦ blue 213

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

Shades of Iron #BED0D5

Tints of Iron #BED0D5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 31.1%
G = 34.04%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BED0D5 (or 0xBED0D5) is known color: Iron. HEX triplet: BE, D0 and D5. RGB value is (190,208,213). Sum of RGB (Red+Green+Blue) = 190+208+213=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #BED0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0D5 is #412F2A. Grayscale: #CBCBCB. Windows color (decimal): -4271915 or 14012606. OLE color: 14012606.

HSL color Cylindrical-coordinate representation of color #BED0D5: hue angle of 193.04º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED0D5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 208 213 -
CMYK 0.11 0.02 0 0.16
HSL 193.04º 0.21% 0.79% -
HSV(B) 193.04º 0.11% 0.84% -
XYZ 55.8 60.86 71.76 -
YUV 203.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 190 208 213 0.11 0.02 0 0.16 193.04 0.21 0.79
Hex BE D0 D5 B 2 0 10 C1 15 4F
Octal 276 320 325 13 2 0 20 301 25 117
Binary 10111110 11010000 11010101 1011 10 0 10000 11000001 10101 1001111

Color Harmonies of #BED0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0D5

Black with #BED0D5

Text Example


Text Example

White with #BED0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0D5; }

 p { color: rgb(190,208,213); }

 H1.HeaderClassName
 {
   color: #BED0D5;
 }
 .AnyTagClassName
 {
   color: #BED0D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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