Html Css Color HEX #BDD9AC Madang

📋 copy color: '#BDD9AC'

red 189 ◦ green 217 ◦ blue 172

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

Shades of Madang #BDD9AC

Tints of Madang #BDD9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.76%

R = 32.7%
G = 37.54%
B = 29.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BDD9AC (or 0xBDD9AC) is known color: Madang. HEX triplet: BD, D9 and AC. RGB value is (189,217,172). Sum of RGB (Red+Green+Blue) = 189+217+172=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AC is #422653. Grayscale: #CBCBCB. Windows color (decimal): -4335188 or 11327933. OLE color: 11327933.

HSL color Cylindrical-coordinate representation of color #BDD9AC: hue angle of 97.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD9AC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 172 -
CMYK 0.13 0 0.21 0.15
HSL 97.33º 0.37% 0.76% -
HSV(B) 97.33º 0.21% 0.85% -
XYZ 53.25 63.42 48.47 -
YUV 203.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 189 217 172 0.13 0 0.21 0.15 97.33 0.37 0.76
Hex BD D9 AC D 0 15 F 61 25 4C
Octal 275 331 254 15 0 25 17 141 45 114
Binary 10111101 11011001 10101100 1101 0 10101 1111 1100001 100101 1001100

Color Harmonies of #BDD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9AC

Black with #BDD9AC

Text Example


Text Example

White with #BDD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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