Html Css Color HEX #BDDCAA Madang

📋 copy color: '#BDDCAA'

red 189 ◦ green 220 ◦ blue 170

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

Shades of Madang #BDDCAA

Tints of Madang #BDDCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

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

R = 32.64%
G = 38%
B = 29.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BDDCAA (or 0xBDDCAA) is known color: Madang. HEX triplet: BD, DC and AA. RGB value is (189,220,170). Sum of RGB (Red+Green+Blue) = 189+220+170=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCAA is #422355. Grayscale: #CDCDCD. Windows color (decimal): -4334422 or 11197629. OLE color: 11197629.

HSL color Cylindrical-coordinate representation of color #BDDCAA: hue angle of 97.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDCAA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 170 -
CMYK 0.14 0 0.23 0.14
HSL 97.2º 0.42% 0.76% -
HSV(B) 97.2º 0.23% 0.86% -
XYZ 53.84 64.91 47.72 -
YUV 205.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 189 220 170 0.14 0 0.23 0.14 97.2 0.42 0.76
Hex BD DC AA E 0 17 E 61 2A 4C
Octal 275 334 252 16 0 27 16 141 52 114
Binary 10111101 11011100 10101010 1110 0 10111 1110 1100001 101010 1001100

Color Harmonies of #BDDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCAA

Black with #BDDCAA

Text Example


Text Example

White with #BDDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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