Html Css Color HEX #BAEDA8 Madang

📋 copy color: '#BAEDA8'

red 186 ◦ green 237 ◦ blue 168

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

Shades of Madang #BAEDA8

Tints of Madang #BAEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.1%

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

R = 31.47%
G = 40.1%
B = 28.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BAEDA8 (or 0xBAEDA8) is known color: Madang. HEX triplet: BA, ED and A8. RGB value is (186,237,168). Sum of RGB (Red+Green+Blue) = 186+237+168=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA8 is #451257. Grayscale: #D6D6D6. Windows color (decimal): -4526680 or 11070906. OLE color: 11070906.

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

Color convert

RGB 186 237 168 -
CMYK 0.22 0 0.29 0.07
HSL 104.35º 0.66% 0.79% -
HSV(B) 104.35º 0.29% 0.93% -
XYZ 57.6 73.83 48.26 -
YUV 213.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 186 237 168 0.22 0 0.29 0.07 104.35 0.66 0.79
Hex BA ED A8 16 0 1D 7 68 42 4F
Octal 272 355 250 26 0 35 7 150 102 117
Binary 10111010 11101101 10101000 10110 0 11101 111 1101000 1000010 1001111

Color Harmonies of #BAEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDA8

Black with #BAEDA8

Text Example


Text Example

White with #BAEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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