Html Css Color HEX #BAEBB1 Madang

📋 copy color: '#BAEBB1'

red 186 ◦ green 235 ◦ blue 177

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

Shades of Madang #BAEBB1

Tints of Madang #BAEBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.6%

R = 31.1%
G = 39.3%
B = 29.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BAEBB1 (or 0xBAEBB1) is known color: Madang. HEX triplet: BA, EB and B1. RGB value is (186,235,177). Sum of RGB (Red+Green+Blue) = 186+235+177=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBB1 is #45144E. Grayscale: #D5D5D5. Windows color (decimal): -4527183 or 11660218. OLE color: 11660218.

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

Color convert

RGB 186 235 177 -
CMYK 0.21 0 0.25 0.08
HSL 110.69º 0.59% 0.81% -
HSV(B) 110.69º 0.25% 0.92% -
XYZ 57.89 73.03 52.64 -
YUV 213.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 186 235 177 0.21 0 0.25 0.08 110.69 0.59 0.81
Hex BA EB B1 15 0 19 8 6F 3B 51
Octal 272 353 261 25 0 31 10 157 73 121
Binary 10111010 11101011 10110001 10101 0 11001 1000 1101111 111011 1010001

Color Harmonies of #BAEBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBB1

Black with #BAEBB1

Text Example


Text Example

White with #BAEBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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