Html Css Color HEX #BDDAAE Madang

📋 copy color: '#BDDAAE'

red 189 ◦ green 218 ◦ blue 174

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

Shades of Madang #BDDAAE

Tints of Madang #BDDAAE

RGB

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

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

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

R = 32.53%
G = 37.52%
B = 29.95%

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

#BDDAAE (or 0xBDDAAE) is known color: Madang. HEX triplet: BD, DA and AE. RGB value is (189,218,174). Sum of RGB (Red+Green+Blue) = 189+218+174=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAAE is #422551. Grayscale: #CCCCCC. Windows color (decimal): -4334930 or 11459261. OLE color: 11459261.

HSL color Cylindrical-coordinate representation of color #BDDAAE: hue angle of 99.55º degrees, saturation: 0.37, 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 #BDDAAE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 174 -
CMYK 0.13 0 0.20 0.15
HSL 99.55º 0.37% 0.77% -
HSV(B) 99.55º 0.2% 0.85% -
XYZ 53.7 64.02 49.57 -
YUV 204.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 189 218 174 0.13 0 0.20 0.15 99.55 0.37 0.77
Hex BD DA AE D 0 14 F 64 25 4D
Octal 275 332 256 15 0 24 17 144 45 115
Binary 10111101 11011010 10101110 1101 0 10100 1111 1100100 100101 1001101

Color Harmonies of #BDDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAAE

Black with #BDDAAE

Text Example


Text Example

White with #BDDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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