Html Css Color HEX #BDE3AA Madang

📋 copy color: '#BDE3AA'

red 189 ◦ green 227 ◦ blue 170

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

Shades of Madang #BDE3AA

Tints of Madang #BDE3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.74%

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

R = 32.25%
G = 38.74%
B = 29.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#BDE3AA (or 0xBDE3AA) is known color: Madang. HEX triplet: BD, E3 and AA. RGB value is (189,227,170). Sum of RGB (Red+Green+Blue) = 189+227+170=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE3AA is #421C55. Grayscale: #D1D1D1. Windows color (decimal): -4332630 or 11199421. OLE color: 11199421.

HSL color Cylindrical-coordinate representation of color #BDE3AA: hue angle of 100º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE3AA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 170 -
CMYK 0.17 0 0.25 0.11
HSL 100º 0.5% 0.78% -
HSV(B) 100º 0.25% 0.89% -
XYZ 55.71 68.66 48.35 -
YUV 209.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 189 227 170 0.17 0 0.25 0.11 100 0.5 0.78
Hex BD E3 AA 11 0 19 B 64 32 4E
Octal 275 343 252 21 0 31 13 144 62 116
Binary 10111101 11100011 10101010 10001 0 11001 1011 1100100 110010 1001110

Color Harmonies of #BDE3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3AA

Black with #BDE3AA

Text Example


Text Example

White with #BDE3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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