Html Css Color HEX #BAEDA3 Madang

📋 copy color: '#BAEDA3'

red 186 ◦ green 237 ◦ blue 163

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

Shades of Madang #BAEDA3

Tints of Madang #BAEDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.82%

R = 31.74%
G = 40.44%
B = 27.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#BAEDA3 (or 0xBAEDA3) is known color: Madang. HEX triplet: BA, ED and A3. RGB value is (186,237,163). Sum of RGB (Red+Green+Blue) = 186+237+163=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA3 is #45125C. Grayscale: #D5D5D5. Windows color (decimal): -4526685 or 10743226. OLE color: 10743226.

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

Color convert

RGB 186 237 163 -
CMYK 0.22 0 0.31 0.07
HSL 101.35º 0.67% 0.78% -
HSV(B) 101.35º 0.31% 0.93% -
XYZ 57.14 73.65 45.85 -
YUV 213.32 99.6 108.52 -
System Red Green Blue C M Y K H S L
Decimal 186 237 163 0.22 0 0.31 0.07 101.35 0.67 0.78
Hex BA ED A3 16 0 1F 7 65 43 4E
Octal 272 355 243 26 0 37 7 145 103 116
Binary 10111010 11101101 10100011 10110 0 11111 111 1100101 1000011 1001110

Color Harmonies of #BAEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDA3

Black with #BAEDA3

Text Example


Text Example

White with #BAEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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