Html Css Color HEX #BDE1AA Madang

📋 copy color: '#BDE1AA'

red 189 ◦ green 225 ◦ blue 170

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

Shades of Madang #BDE1AA

Tints of Madang #BDE1AA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.53%

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

R = 32.36%
G = 38.53%
B = 29.11%

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

#BDE1AA (or 0xBDE1AA) is known color: Madang. HEX triplet: BD, E1 and AA. RGB value is (189,225,170). Sum of RGB (Red+Green+Blue) = 189+225+170=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1AA is #421E55. Grayscale: #D0D0D0. Windows color (decimal): -4333142 or 11198909. OLE color: 11198909.

HSL color Cylindrical-coordinate representation of color #BDE1AA: hue angle of 99.27º degrees, saturation: 0.48, 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 #BDE1AA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 170 -
CMYK 0.16 0 0.24 0.12
HSL 99.27º 0.48% 0.77% -
HSV(B) 99.27º 0.24% 0.88% -
XYZ 55.17 67.57 48.17 -
YUV 207.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 189 225 170 0.16 0 0.24 0.12 99.27 0.48 0.77
Hex BD E1 AA 10 0 18 C 63 30 4D
Octal 275 341 252 20 0 30 14 143 60 115
Binary 10111101 11100001 10101010 10000 0 11000 1100 1100011 110000 1001101

Color Harmonies of #BDE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1AA

Black with #BDE1AA

Text Example


Text Example

White with #BDE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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