Html Css Color HEX #BDECAA Madang

📋 copy color: '#BDECAA'

red 189 ◦ green 236 ◦ blue 170

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

Shades of Madang #BDECAA

Tints of Madang #BDECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

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

R = 31.76%
G = 39.66%
B = 28.57%

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

#BDECAA (or 0xBDECAA) is known color: Madang. HEX triplet: BD, EC and AA. RGB value is (189,236,170). Sum of RGB (Red+Green+Blue) = 189+236+170=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAA is #421355. Grayscale: #D6D6D6. Windows color (decimal): -4330326 or 11201725. OLE color: 11201725.

HSL color Cylindrical-coordinate representation of color #BDECAA: hue angle of 102.73º degrees, saturation: 0.63, 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 #BDECAA is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 170 -
CMYK 0.20 0 0.28 0.07
HSL 102.73º 0.63% 0.8% -
HSV(B) 102.73º 0.28% 0.93% -
XYZ 58.24 73.71 49.19 -
YUV 214.42 102.93 109.87 -
System Red Green Blue C M Y K H S L
Decimal 189 236 170 0.20 0 0.28 0.07 102.73 0.63 0.8
Hex BD EC AA 14 0 1C 7 67 3F 50
Octal 275 354 252 24 0 34 7 147 77 120
Binary 10111101 11101100 10101010 10100 0 11100 111 1100111 111111 1010000

Color Harmonies of #BDECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECAA

Black with #BDECAA

Text Example


Text Example

White with #BDECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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