Html Css Color HEX #BDE0AD Madang

📋 copy color: '#BDE0AD'

red 189 ◦ green 224 ◦ blue 173

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

Shades of Madang #BDE0AD

Tints of Madang #BDE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 173 (67.97% from 255) = 29.52%

R = 32.25%
G = 38.23%
B = 29.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#BDE0AD (or 0xBDE0AD) is known color: Madang. HEX triplet: BD, E0 and AD. RGB value is (189,224,173). Sum of RGB (Red+Green+Blue) = 189+224+173=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AD is #421F52. Grayscale: #CFCFCF. Windows color (decimal): -4333395 or 11395261. OLE color: 11395261.

HSL color Cylindrical-coordinate representation of color #BDE0AD: hue angle of 101.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE0AD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 173 -
CMYK 0.16 0 0.23 0.12
HSL 101.18º 0.45% 0.78% -
HSV(B) 101.18º 0.23% 0.88% -
XYZ 55.18 67.15 49.59 -
YUV 207.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 189 224 173 0.16 0 0.23 0.12 101.18 0.45 0.78
Hex BD E0 AD 10 0 17 C 65 2D 4E
Octal 275 340 255 20 0 27 14 145 55 116
Binary 10111101 11100000 10101101 10000 0 10111 1100 1100101 101101 1001110

Color Harmonies of #BDE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0AD

Black with #BDE0AD

Text Example


Text Example

White with #BDE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0AD; }

 p { color: rgb(189,224,173); }

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

background-color css

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

 a { background-color: rgb(189,224,173); }

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

border-color css

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

 span { border-color: rgb(189,224,173); }

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