Html Css Color HEX #BAEBA1 Madang

📋 copy color: '#BAEBA1'

red 186 ◦ green 235 ◦ blue 161

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

Shades of Madang #BAEBA1

Tints of Madang #BAEBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.66%

R = 31.96%
G = 40.38%
B = 27.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#BAEBA1 (or 0xBAEBA1) is known color: Madang. HEX triplet: BA, EB and A1. RGB value is (186,235,161). Sum of RGB (Red+Green+Blue) = 186+235+161=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA1 is #45145E. Grayscale: #D4D4D4. Windows color (decimal): -4527199 or 10611642. OLE color: 10611642.

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

Color convert

RGB 186 235 161 -
CMYK 0.21 0 0.31 0.08
HSL 99.73º 0.65% 0.78% -
HSV(B) 99.73º 0.31% 0.92% -
XYZ 56.39 72.43 44.73 -
YUV 211.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 186 235 161 0.21 0 0.31 0.08 99.73 0.65 0.78
Hex BA EB A1 15 0 1F 8 64 41 4E
Octal 272 353 241 25 0 37 10 144 101 116
Binary 10111010 11101011 10100001 10101 0 11111 1000 1100100 1000001 1001110

Color Harmonies of #BAEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBA1

Black with #BAEBA1

Text Example


Text Example

White with #BAEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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