Html Css Color HEX #BAE1A5 Madang

📋 copy color: '#BAE1A5'

red 186 ◦ green 225 ◦ blue 165

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

Shades of Madang #BAE1A5

Tints of Madang #BAE1A5

RGB

 RED value IS 186 (73.05% from 255) = 32.29%

 GREEN value IS 225 (88.28% from 255) = 39.06%

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 32.29%
G = 39.06%
B = 28.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#BAE1A5 (or 0xBAE1A5) is known color: Madang. HEX triplet: BA, E1 and A5. RGB value is (186,225,165). Sum of RGB (Red+Green+Blue) = 186+225+165=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1A5 is #451E5A. Grayscale: #CECECE. Windows color (decimal): -4529755 or 10871226. OLE color: 10871226.

HSL color Cylindrical-coordinate representation of color #BAE1A5: hue angle of 99º 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 #BAE1A5 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 165 -
CMYK 0.17 0 0.27 0.12
HSL 99º 0.5% 0.76% -
HSV(B) 99º 0.27% 0.88% -
XYZ 53.97 67.01 45.69 -
YUV 206.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 186 225 165 0.17 0 0.27 0.12 99 0.5 0.76
Hex BA E1 A5 11 0 1B C 63 32 4C
Octal 272 341 245 21 0 33 14 143 62 114
Binary 10111010 11100001 10100101 10001 0 11011 1100 1100011 110010 1001100

Color Harmonies of #BAE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1A5

Black with #BAE1A5

Text Example


Text Example

White with #BAE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1A5; }

 p { color: rgb(186,225,165); }

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

background-color css

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

 a { background-color: rgb(186,225,165); }

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

border-color css

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

 span { border-color: rgb(186,225,165); }

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