Html Css Color HEX #BDD9AD Madang

📋 copy color: '#BDD9AD'

red 189 ◦ green 217 ◦ blue 173

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

Shades of Madang #BDD9AD

Tints of Madang #BDD9AD

RGB

 RED value IS 189 (74.22% from 255) = 32.64%

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

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

R = 32.64%
G = 37.48%
B = 29.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BDD9AD (or 0xBDD9AD) is known color: Madang. HEX triplet: BD, D9 and AD. RGB value is (189,217,173). Sum of RGB (Red+Green+Blue) = 189+217+173=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AD is #422652. Grayscale: #CBCBCB. Windows color (decimal): -4335187 or 11393469. OLE color: 11393469.

HSL color Cylindrical-coordinate representation of color #BDD9AD: hue angle of 98.18º degrees, saturation: 0.37, 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 #BDD9AD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 173 -
CMYK 0.13 0 0.20 0.15
HSL 98.18º 0.37% 0.76% -
HSV(B) 98.18º 0.2% 0.85% -
XYZ 53.34 63.46 48.97 -
YUV 203.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 189 217 173 0.13 0 0.20 0.15 98.18 0.37 0.76
Hex BD D9 AD D 0 14 F 62 25 4C
Octal 275 331 255 15 0 24 17 142 45 114
Binary 10111101 11011001 10101101 1101 0 10100 1111 1100010 100101 1001100

Color Harmonies of #BDD9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9AD

Black with #BDD9AD

Text Example


Text Example

White with #BDD9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9AD; }

 p { color: rgb(189,217,173); }

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

background-color css

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

 a { background-color: rgb(189,217,173); }

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

border-color css

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

 span { border-color: rgb(189,217,173); }

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