Html Css Color HEX #BDE0AA Madang

📋 copy color: '#BDE0AA'

red 189 ◦ green 224 ◦ blue 170

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

Shades of Madang #BDE0AA

Tints of Madang #BDE0AA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

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

R = 32.42%
G = 38.42%
B = 29.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#BDE0AA (or 0xBDE0AA) is known color: Madang. HEX triplet: BD, E0 and AA. RGB value is (189,224,170). Sum of RGB (Red+Green+Blue) = 189+224+170=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AA is #421F55. Grayscale: #CFCFCF. Windows color (decimal): -4333398 or 11198653. OLE color: 11198653.

HSL color Cylindrical-coordinate representation of color #BDE0AA: hue angle of 98.89º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE0AA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 170 -
CMYK 0.16 0 0.24 0.12
HSL 98.89º 0.47% 0.77% -
HSV(B) 98.89º 0.24% 0.88% -
XYZ 54.9 67.03 48.08 -
YUV 207.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 189 224 170 0.16 0 0.24 0.12 98.89 0.47 0.77
Hex BD E0 AA 10 0 18 C 63 2F 4D
Octal 275 340 252 20 0 30 14 143 57 115
Binary 10111101 11100000 10101010 10000 0 11000 1100 1100011 101111 1001101

Color Harmonies of #BDE0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0AA

Black with #BDE0AA

Text Example


Text Example

White with #BDE0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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