Html Css Color HEX #BAEBA0 Madang

📋 copy color: '#BAEBA0'

red 186 ◦ green 235 ◦ blue 160

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

Shades of Madang #BAEBA0

Tints of Madang #BAEBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

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

R = 32.01%
G = 40.45%
B = 27.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#BAEBA0 (or 0xBAEBA0) is known color: Madang. HEX triplet: BA, EB and A0. RGB value is (186,235,160). Sum of RGB (Red+Green+Blue) = 186+235+160=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA0 is #45145F. Grayscale: #D4D4D4. Windows color (decimal): -4527200 or 10546106. OLE color: 10546106.

HSL color Cylindrical-coordinate representation of color #BAEBA0: hue angle of 99.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEBA0 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 160 -
CMYK 0.21 0 0.32 0.08
HSL 99.2º 0.65% 0.77% -
HSV(B) 99.2º 0.32% 0.92% -
XYZ 56.3 72.39 44.26 -
YUV 211.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 186 235 160 0.21 0 0.32 0.08 99.2 0.65 0.77
Hex BA EB A0 15 0 20 8 63 41 4D
Octal 272 353 240 25 0 40 10 143 101 115
Binary 10111010 11101011 10100000 10101 0 100000 1000 1100011 1000001 1001101

Color Harmonies of #BAEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBA0

Black with #BAEBA0

Text Example


Text Example

White with #BAEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBA0; }

 p { color: rgb(186,235,160); }

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

background-color css

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

 a { background-color: rgb(186,235,160); }

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

border-color css

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

 span { border-color: rgb(186,235,160); }

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