Html Css Color HEX #BED8AD Madang

📋 copy color: '#BED8AD'

red 190 ◦ green 216 ◦ blue 173

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

Shades of Madang #BED8AD

Tints of Madang #BED8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 32.82%
G = 37.31%
B = 29.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BED8AD (or 0xBED8AD) is known color: Madang. HEX triplet: BE, D8 and AD. RGB value is (190,216,173). Sum of RGB (Red+Green+Blue) = 190+216+173=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED8AD is #412752. Grayscale: #CBCBCB. Windows color (decimal): -4269907 or 11393214. OLE color: 11393214.

HSL color Cylindrical-coordinate representation of color #BED8AD: hue angle of 96.28º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED8AD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 173 -
CMYK 0.12 0 0.20 0.15
HSL 96.28º 0.36% 0.76% -
HSV(B) 96.28º 0.2% 0.85% -
XYZ 53.33 63.08 48.9 -
YUV 203.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 190 216 173 0.12 0 0.20 0.15 96.28 0.36 0.76
Hex BE D8 AD C 0 14 F 60 24 4C
Octal 276 330 255 14 0 24 17 140 44 114
Binary 10111110 11011000 10101101 1100 0 10100 1111 1100000 100100 1001100

Color Harmonies of #BED8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8AD

Black with #BED8AD

Text Example


Text Example

White with #BED8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8AD; }

 p { color: rgb(190,216,173); }

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

background-color css

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

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

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

border-color css

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

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

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