Html Css Color HEX #BAEEAD Madang

📋 copy color: '#BAEEAD'

red 186 ◦ green 238 ◦ blue 173

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

Shades of Madang #BAEEAD

Tints of Madang #BAEEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.98%

R = 31.16%
G = 39.87%
B = 28.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#BAEEAD (or 0xBAEEAD) is known color: Madang. HEX triplet: BA, EE and AD. RGB value is (186,238,173). Sum of RGB (Red+Green+Blue) = 186+238+173=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAD is #451152. Grayscale: #D7D7D7. Windows color (decimal): -4526419 or 11398842. OLE color: 11398842.

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

Color convert

RGB 186 238 173 -
CMYK 0.22 0 0.27 0.07
HSL 108º 0.66% 0.81% -
HSV(B) 108º 0.27% 0.93% -
XYZ 58.37 74.61 50.86 -
YUV 215.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 186 238 173 0.22 0 0.27 0.07 108 0.66 0.81
Hex BA EE AD 16 0 1B 7 6C 42 51
Octal 272 356 255 26 0 33 7 154 102 121
Binary 10111010 11101110 10101101 10110 0 11011 111 1101100 1000010 1010001

Color Harmonies of #BAEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEAD

Black with #BAEEAD

Text Example


Text Example

White with #BAEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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