Html Css Color HEX #BDD7AD Madang

📋 copy color: '#BDD7AD'

red 189 ◦ green 215 ◦ blue 173

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

Shades of Madang #BDD7AD

Tints of Madang #BDD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

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

R = 32.76%
G = 37.26%
B = 29.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BDD7AD (or 0xBDD7AD) is known color: Madang. HEX triplet: BD, D7 and AD. RGB value is (189,215,173). Sum of RGB (Red+Green+Blue) = 189+215+173=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD7AD is #422852. Grayscale: #CACACA. Windows color (decimal): -4335699 or 11392957. OLE color: 11392957.

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

Color convert

RGB 189 215 173 -
CMYK 0.12 0 0.20 0.16
HSL 97.14º 0.34% 0.76% -
HSV(B) 97.14º 0.2% 0.84% -
XYZ 52.83 62.44 48.8 -
YUV 202.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 189 215 173 0.12 0 0.20 0.16 97.14 0.34 0.76
Hex BD D7 AD C 0 14 10 61 22 4C
Octal 275 327 255 14 0 24 20 141 42 114
Binary 10111101 11010111 10101101 1100 0 10100 10000 1100001 100010 1001100

Color Harmonies of #BDD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7AD

Black with #BDD7AD

Text Example


Text Example

White with #BDD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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