Html Css Color HEX #BAEBA8 Madang

📋 copy color: '#BAEBA8'

red 186 ◦ green 235 ◦ blue 168

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

Shades of Madang #BAEBA8

Tints of Madang #BAEBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.52%

R = 31.58%
G = 39.9%
B = 28.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#BAEBA8 (or 0xBAEBA8) is known color: Madang. HEX triplet: BA, EB and A8. RGB value is (186,235,168). Sum of RGB (Red+Green+Blue) = 186+235+168=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA8 is #451457. Grayscale: #D4D4D4. Windows color (decimal): -4527192 or 11070394. OLE color: 11070394.

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

Color convert

RGB 186 235 168 -
CMYK 0.21 0 0.29 0.08
HSL 103.88º 0.63% 0.79% -
HSV(B) 103.88º 0.29% 0.92% -
XYZ 57.03 72.68 48.07 -
YUV 212.71 102.77 108.95 -
System Red Green Blue C M Y K H S L
Decimal 186 235 168 0.21 0 0.29 0.08 103.88 0.63 0.79
Hex BA EB A8 15 0 1D 8 68 3F 4F
Octal 272 353 250 25 0 35 10 150 77 117
Binary 10111010 11101011 10101000 10101 0 11101 1000 1101000 111111 1001111

Color Harmonies of #BAEBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBA8

Black with #BAEBA8

Text Example


Text Example

White with #BAEBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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