Html Css Color HEX #BDD9AE Madang

📋 copy color: '#BDD9AE'

red 189 ◦ green 217 ◦ blue 174

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

Shades of Madang #BDD9AE

Tints of Madang #BDD9AE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 174 (68.36% from 255) = 30%

R = 32.59%
G = 37.41%
B = 30%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BDD9AE (or 0xBDD9AE) is known color: Madang. HEX triplet: BD, D9 and AE. RGB value is (189,217,174). Sum of RGB (Red+Green+Blue) = 189+217+174=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AE is #422651. Grayscale: #CBCBCB. Windows color (decimal): -4335186 or 11459005. OLE color: 11459005.

HSL color Cylindrical-coordinate representation of color #BDD9AE: hue angle of 99.07º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD9AE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 174 -
CMYK 0.13 0 0.20 0.15
HSL 99.07º 0.36% 0.77% -
HSV(B) 99.07º 0.2% 0.85% -
XYZ 53.44 63.5 49.48 -
YUV 203.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 189 217 174 0.13 0 0.20 0.15 99.07 0.36 0.77
Hex BD D9 AE D 0 14 F 63 24 4D
Octal 275 331 256 15 0 24 17 143 44 115
Binary 10111101 11011001 10101110 1101 0 10100 1111 1100011 100100 1001101

Color Harmonies of #BDD9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9AE

Black with #BDD9AE

Text Example


Text Example

White with #BDD9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9AE; }

 p { color: rgb(189,217,174); }

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

background-color css

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

 a { background-color: rgb(189,217,174); }

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

border-color css

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

 span { border-color: rgb(189,217,174); }

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