Html Css Color HEX #BAE1A8 Madang

📋 copy color: '#BAE1A8'

red 186 ◦ green 225 ◦ blue 168

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

Shades of Madang #BAE1A8

Tints of Madang #BAE1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 32.12%
G = 38.86%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#BAE1A8 (or 0xBAE1A8) is known color: Madang. HEX triplet: BA, E1 and A8. RGB value is (186,225,168). Sum of RGB (Red+Green+Blue) = 186+225+168=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1A8 is #451E57. Grayscale: #CFCFCF. Windows color (decimal): -4529752 or 11067834. OLE color: 11067834.

HSL color Cylindrical-coordinate representation of color #BAE1A8: hue angle of 101.05º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE1A8 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 168 -
CMYK 0.17 0 0.25 0.12
HSL 101.05º 0.49% 0.77% -
HSV(B) 101.05º 0.25% 0.88% -
XYZ 54.24 67.12 47.14 -
YUV 206.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 186 225 168 0.17 0 0.25 0.12 101.05 0.49 0.77
Hex BA E1 A8 11 0 19 C 65 31 4D
Octal 272 341 250 21 0 31 14 145 61 115
Binary 10111010 11100001 10101000 10001 0 11001 1100 1100101 110001 1001101

Color Harmonies of #BAE1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1A8

Black with #BAE1A8

Text Example


Text Example

White with #BAE1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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