Html Css Color HEX #BDD9AA Madang

📋 copy color: '#BDD9AA'

red 189 ◦ green 217 ◦ blue 170

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

Shades of Madang #BDD9AA

Tints of Madang #BDD9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 32.81%
G = 37.67%
B = 29.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#BDD9AA (or 0xBDD9AA) is known color: Madang. HEX triplet: BD, D9 and AA. RGB value is (189,217,170). Sum of RGB (Red+Green+Blue) = 189+217+170=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AA is #422655. Grayscale: #CBCBCB. Windows color (decimal): -4335190 or 11196861. OLE color: 11196861.

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

Color convert

RGB 189 217 170 -
CMYK 0.13 0 0.22 0.15
HSL 95.74º 0.38% 0.76% -
HSV(B) 95.74º 0.22% 0.85% -
XYZ 53.05 63.35 47.46 -
YUV 203.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 189 217 170 0.13 0 0.22 0.15 95.74 0.38 0.76
Hex BD D9 AA D 0 16 F 60 26 4C
Octal 275 331 252 15 0 26 17 140 46 114
Binary 10111101 11011001 10101010 1101 0 10110 1111 1100000 100110 1001100

Color Harmonies of #BDD9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9AA

Black with #BDD9AA

Text Example


Text Example

White with #BDD9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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