Html Css Color HEX #BDDEAA Madang

📋 copy color: '#BDDEAA'

red 189 ◦ green 222 ◦ blue 170

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

Shades of Madang #BDDEAA

Tints of Madang #BDDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

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

R = 32.53%
G = 38.21%
B = 29.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#BDDEAA (or 0xBDDEAA) is known color: Madang. HEX triplet: BD, DE and AA. RGB value is (189,222,170). Sum of RGB (Red+Green+Blue) = 189+222+170=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAA is #422155. Grayscale: #CECECE. Windows color (decimal): -4333910 or 11198141. OLE color: 11198141.

HSL color Cylindrical-coordinate representation of color #BDDEAA: hue angle of 98.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDEAA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 170 -
CMYK 0.15 0 0.23 0.13
HSL 98.08º 0.44% 0.77% -
HSV(B) 98.08º 0.23% 0.87% -
XYZ 54.36 65.96 47.9 -
YUV 206.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 189 222 170 0.15 0 0.23 0.13 98.08 0.44 0.77
Hex BD DE AA F 0 17 D 62 2C 4D
Octal 275 336 252 17 0 27 15 142 54 115
Binary 10111101 11011110 10101010 1111 0 10111 1101 1100010 101100 1001101

Color Harmonies of #BDDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEAA

Black with #BDDEAA

Text Example


Text Example

White with #BDDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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