Html Css Color HEX #BDD6AE Madang

📋 copy color: '#BDD6AE'

red 189 ◦ green 214 ◦ blue 174

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

Shades of Madang #BDD6AE

Tints of Madang #BDD6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

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

R = 32.76%
G = 37.09%
B = 30.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BDD6AE (or 0xBDD6AE) is known color: Madang. HEX triplet: BD, D6 and AE. RGB value is (189,214,174). Sum of RGB (Red+Green+Blue) = 189+214+174=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6AE is #422951. Grayscale: #CACACA. Windows color (decimal): -4335954 or 11458237. OLE color: 11458237.

HSL color Cylindrical-coordinate representation of color #BDD6AE: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD6AE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 174 -
CMYK 0.12 0 0.19 0.16
HSL 97.5º 0.33% 0.76% -
HSV(B) 97.5º 0.19% 0.84% -
XYZ 52.67 61.97 49.23 -
YUV 201.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 189 214 174 0.12 0 0.19 0.16 97.5 0.33 0.76
Hex BD D6 AE C 0 13 10 62 21 4C
Octal 275 326 256 14 0 23 20 142 41 114
Binary 10111101 11010110 10101110 1100 0 10011 10000 1100010 100001 1001100

Color Harmonies of #BDD6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6AE

Black with #BDD6AE

Text Example


Text Example

White with #BDD6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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