Html Css Color HEX #BDE0A3 Madang

📋 copy color: '#BDE0A3'

red 189 ◦ green 224 ◦ blue 163

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

Shades of Madang #BDE0A3

Tints of Madang #BDE0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.3%

R = 32.81%
G = 38.89%
B = 28.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#BDE0A3 (or 0xBDE0A3) is known color: Madang. HEX triplet: BD, E0 and A3. RGB value is (189,224,163). Sum of RGB (Red+Green+Blue) = 189+224+163=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A3 is #421F5C. Grayscale: #CECECE. Windows color (decimal): -4333405 or 10739901. OLE color: 10739901.

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

Color convert

RGB 189 224 163 -
CMYK 0.16 0 0.27 0.12
HSL 94.43º 0.5% 0.76% -
HSV(B) 94.43º 0.27% 0.88% -
XYZ 54.25 66.77 44.68 -
YUV 206.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 189 224 163 0.16 0 0.27 0.12 94.43 0.5 0.76
Hex BD E0 A3 10 0 1B C 5E 32 4C
Octal 275 340 243 20 0 33 14 136 62 114
Binary 10111101 11100000 10100011 10000 0 11011 1100 1011110 110010 1001100

Color Harmonies of #BDE0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0A3

Black with #BDE0A3

Text Example


Text Example

White with #BDE0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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