Html Css Color HEX #BAEBA5 Madang

📋 copy color: '#BAEBA5'

red 186 ◦ green 235 ◦ blue 165

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

Shades of Madang #BAEBA5

Tints of Madang #BAEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 31.74%
G = 40.1%
B = 28.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#BAEBA5 (or 0xBAEBA5) is known color: Madang. HEX triplet: BA, EB and A5. RGB value is (186,235,165). Sum of RGB (Red+Green+Blue) = 186+235+165=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA5 is #45145A. Grayscale: #D4D4D4. Windows color (decimal): -4527195 or 10873786. OLE color: 10873786.

HSL color Cylindrical-coordinate representation of color #BAEBA5: hue angle of 102º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAEBA5 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 165 -
CMYK 0.21 0 0.30 0.08
HSL 102º 0.64% 0.78% -
HSV(B) 102º 0.3% 0.92% -
XYZ 56.75 72.57 46.61 -
YUV 212.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 186 235 165 0.21 0 0.30 0.08 102 0.64 0.78
Hex BA EB A5 15 0 1E 8 66 40 4E
Octal 272 353 245 25 0 36 10 146 100 116
Binary 10111010 11101011 10100101 10101 0 11110 1000 1100110 1000000 1001110

Color Harmonies of #BAEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBA5

Black with #BAEBA5

Text Example


Text Example

White with #BAEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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