Html Css Color HEX #BDD8AE Madang

📋 copy color: '#BDD8AE'

red 189 ◦ green 216 ◦ blue 174

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

Shades of Madang #BDD8AE

Tints of Madang #BDD8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

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

R = 32.64%
G = 37.31%
B = 30.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BDD8AE (or 0xBDD8AE) is known color: Madang. HEX triplet: BD, D8 and AE. RGB value is (189,216,174). Sum of RGB (Red+Green+Blue) = 189+216+174=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8AE is #422751. Grayscale: #CBCBCB. Windows color (decimal): -4335442 or 11458749. OLE color: 11458749.

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

Color convert

RGB 189 216 174 -
CMYK 0.12 0 0.19 0.15
HSL 98.57º 0.35% 0.76% -
HSV(B) 98.57º 0.19% 0.85% -
XYZ 53.18 62.99 49.4 -
YUV 203.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 189 216 174 0.12 0 0.19 0.15 98.57 0.35 0.76
Hex BD D8 AE C 0 13 F 63 23 4C
Octal 275 330 256 14 0 23 17 143 43 114
Binary 10111101 11011000 10101110 1100 0 10011 1111 1100011 100011 1001100

Color Harmonies of #BDD8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8AE

Black with #BDD8AE

Text Example


Text Example

White with #BDD8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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