Html Css Color HEX #BDE0A0 Madang

📋 copy color: '#BDE0A0'

red 189 ◦ green 224 ◦ blue 160

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

Shades of Madang #BDE0A0

Tints of Madang #BDE0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.92%

R = 32.98%
G = 39.09%
B = 27.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#BDE0A0 (or 0xBDE0A0) is known color: Madang. HEX triplet: BD, E0 and A0. RGB value is (189,224,160). Sum of RGB (Red+Green+Blue) = 189+224+160=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A0 is #421F5F. Grayscale: #CECECE. Windows color (decimal): -4333408 or 10543293. OLE color: 10543293.

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

Color convert

RGB 189 224 160 -
CMYK 0.16 0 0.29 0.12
HSL 92.81º 0.51% 0.75% -
HSV(B) 92.81º 0.29% 0.88% -
XYZ 53.99 66.67 43.28 -
YUV 206.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 189 224 160 0.16 0 0.29 0.12 92.81 0.51 0.75
Hex BD E0 A0 10 0 1D C 5D 33 4B
Octal 275 340 240 20 0 35 14 135 63 113
Binary 10111101 11100000 10100000 10000 0 11101 1100 1011101 110011 1001011

Color Harmonies of #BDE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0A0

Black with #BDE0A0

Text Example


Text Example

White with #BDE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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