Html Css Color HEX #BAEEB1 Madang

📋 copy color: '#BAEEB1'

red 186 ◦ green 238 ◦ blue 177

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

Shades of Madang #BAEEB1

Tints of Madang #BAEEB1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.6%

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

R = 30.95%
G = 39.6%
B = 29.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BAEEB1 (or 0xBAEEB1) is known color: Madang. HEX triplet: BA, EE and B1. RGB value is (186,238,177). Sum of RGB (Red+Green+Blue) = 186+238+177=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEB1 is #45114E. Grayscale: #D7D7D7. Windows color (decimal): -4526415 or 11660986. OLE color: 11660986.

HSL color Cylindrical-coordinate representation of color #BAEEB1: hue angle of 111.15º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEEB1 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 177 -
CMYK 0.22 0 0.26 0.07
HSL 111.15º 0.64% 0.81% -
HSV(B) 111.15º 0.26% 0.93% -
XYZ 58.76 74.76 52.93 -
YUV 215.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 186 238 177 0.22 0 0.26 0.07 111.15 0.64 0.81
Hex BA EE B1 16 0 1A 7 6F 40 51
Octal 272 356 261 26 0 32 7 157 100 121
Binary 10111010 11101110 10110001 10110 0 11010 111 1101111 1000000 1010001

Color Harmonies of #BAEEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEB1

Black with #BAEEB1

Text Example


Text Example

White with #BAEEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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