Html Css Color HEX #BDEDAA Madang

📋 copy color: '#BDEDAA'

red 189 ◦ green 237 ◦ blue 170

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

Shades of Madang #BDEDAA

Tints of Madang #BDEDAA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

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

R = 31.71%
G = 39.77%
B = 28.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#BDEDAA (or 0xBDEDAA) is known color: Madang. HEX triplet: BD, ED and AA. RGB value is (189,237,170). Sum of RGB (Red+Green+Blue) = 189+237+170=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDAA is #421255. Grayscale: #D7D7D7. Windows color (decimal): -4330070 or 11201981. OLE color: 11201981.

HSL color Cylindrical-coordinate representation of color #BDEDAA: hue angle of 102.99º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDEDAA is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 170 -
CMYK 0.20 0 0.28 0.07
HSL 102.99º 0.65% 0.8% -
HSV(B) 102.99º 0.28% 0.93% -
XYZ 58.53 74.29 49.28 -
YUV 215.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 189 237 170 0.20 0 0.28 0.07 102.99 0.65 0.8
Hex BD ED AA 14 0 1C 7 67 41 50
Octal 275 355 252 24 0 34 7 147 101 120
Binary 10111101 11101101 10101010 10100 0 11100 111 1100111 1000001 1010000

Color Harmonies of #BDEDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDAA

Black with #BDEDAA

Text Example


Text Example

White with #BDEDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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