Html Css Color HEX #BDDAAC Madang

📋 copy color: '#BDDAAC'

red 189 ◦ green 218 ◦ blue 172

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

Shades of Madang #BDDAAC

Tints of Madang #BDDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

 BLUE value IS 172 (67.58% from 255) = 29.71%

R = 32.64%
G = 37.65%
B = 29.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BDDAAC (or 0xBDDAAC) is known color: Madang. HEX triplet: BD, DA and AC. RGB value is (189,218,172). Sum of RGB (Red+Green+Blue) = 189+218+172=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAAC is #422553. Grayscale: #CCCCCC. Windows color (decimal): -4334932 or 11328189. OLE color: 11328189.

HSL color Cylindrical-coordinate representation of color #BDDAAC: hue angle of 97.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDAAC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 172 -
CMYK 0.13 0 0.21 0.15
HSL 97.83º 0.38% 0.76% -
HSV(B) 97.83º 0.21% 0.85% -
XYZ 53.5 63.94 48.55 -
YUV 204.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 189 218 172 0.13 0 0.21 0.15 97.83 0.38 0.76
Hex BD DA AC D 0 15 F 62 26 4C
Octal 275 332 254 15 0 25 17 142 46 114
Binary 10111101 11011010 10101100 1101 0 10101 1111 1100010 100110 1001100

Color Harmonies of #BDDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAAC

Black with #BDDAAC

Text Example


Text Example

White with #BDDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAAC; }

 p { color: rgb(189,218,172); }

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

background-color css

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

 a { background-color: rgb(189,218,172); }

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

border-color css

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

 span { border-color: rgb(189,218,172); }

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