Html Css Color HEX #BED9AF Madang

📋 copy color: '#BED9AF'

red 190 ◦ green 217 ◦ blue 175

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

Shades of Madang #BED9AF

Tints of Madang #BED9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

 BLUE value IS 175 (68.75% from 255) = 30.07%

R = 32.65%
G = 37.29%
B = 30.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BED9AF (or 0xBED9AF) is known color: Madang. HEX triplet: BE, D9 and AF. RGB value is (190,217,175). Sum of RGB (Red+Green+Blue) = 190+217+175=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED9AF is #412650. Grayscale: #CCCCCC. Windows color (decimal): -4269649 or 11524542. OLE color: 11524542.

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

Color convert

RGB 190 217 175 -
CMYK 0.12 0 0.19 0.15
HSL 98.57º 0.36% 0.77% -
HSV(B) 98.57º 0.19% 0.85% -
XYZ 53.79 63.67 50.01 -
YUV 204.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 190 217 175 0.12 0 0.19 0.15 98.57 0.36 0.77
Hex BE D9 AF C 0 13 F 63 24 4D
Octal 276 331 257 14 0 23 17 143 44 115
Binary 10111110 11011001 10101111 1100 0 10011 1111 1100011 100100 1001101

Color Harmonies of #BED9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9AF

Black with #BED9AF

Text Example


Text Example

White with #BED9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9AF; }

 p { color: rgb(190,217,175); }

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

background-color css

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

 a { background-color: rgb(190,217,175); }

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

border-color css

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

 span { border-color: rgb(190,217,175); }

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