Html Css Color HEX #BAECA3 Madang

📋 copy color: '#BAECA3'

red 186 ◦ green 236 ◦ blue 163

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

Shades of Madang #BAECA3

Tints of Madang #BAECA3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

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

R = 31.79%
G = 40.34%
B = 27.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#BAECA3 (or 0xBAECA3) is known color: Madang. HEX triplet: BA, EC and A3. RGB value is (186,236,163). Sum of RGB (Red+Green+Blue) = 186+236+163=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA3 is #45135C. Grayscale: #D4D4D4. Windows color (decimal): -4526941 or 10742970. OLE color: 10742970.

HSL color Cylindrical-coordinate representation of color #BAECA3: hue angle of 101.1º degrees, saturation: 0.66, 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 #BAECA3 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 163 -
CMYK 0.21 0 0.31 0.07
HSL 101.1º 0.66% 0.78% -
HSV(B) 101.1º 0.31% 0.93% -
XYZ 56.86 73.07 45.76 -
YUV 212.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 186 236 163 0.21 0 0.31 0.07 101.1 0.66 0.78
Hex BA EC A3 15 0 1F 7 65 42 4E
Octal 272 354 243 25 0 37 7 145 102 116
Binary 10111010 11101100 10100011 10101 0 11111 111 1100101 1000010 1001110

Color Harmonies of #BAECA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECA3

Black with #BAECA3

Text Example


Text Example

White with #BAECA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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